ICMSPageAuthenticationInformation Property
|
Gets the authentication information of current Http Request. Only Page that requires authentication will carry this information, when authenticated.
Namespace:
Ingeniux.Runtime
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntax UserData AuthenticationInformation { get; }
ReadOnly Property AuthenticationInformation As UserData
Get
property UserData^ AuthenticationInformation {
UserData^ get ();
}
abstract AuthenticationInformation : UserData with get
Property Value
Type:
UserDataSee Also