Gets an object that represents the user's identity and authentication state.

Namespace: Asi.iBO
Assembly: 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;
}

Implements

IPrincipal..::..Identity

See Also