Gets the authentication information of current request
Namespace: Ingeniux.RuntimeAssembly: IGXRuntimeAPI90 (in IGXRuntimeAPI90.dll) Version: 9.0.82.0 (9.0.82)
Syntax
| C# |
|---|
public UserData AuthenticationInformation { get; internal set; } |
| Visual Basic |
|---|
Public Property AuthenticationInformation As UserData
Get
Friend Set |
| Visual C++ |
|---|
public:
virtual property UserData^ AuthenticationInformation {
UserData^ get () sealed;
internal: void set (UserData^ value) sealed;
} |
Property Value
Type:
UserDataImplements
ICMSPage..::..AuthenticationInformation
See Also