Gets an object that represents the user's identity and authentication state.
Namespace: Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public IIdentity Identity { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Identity As IIdentity Get |
| Visual C++ |
|---|
public: virtual property IIdentity^ Identity { IIdentity^ get () sealed; } |