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

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public IIdentity Identity { get; }
Visual Basic (Declaration)
Public ReadOnly Property Identity As IIdentity
Visual C++
public:
virtual property IIdentity^ Identity {
	IIdentity^ get () sealed;
}

Implements

IPrincipal..::.Identity

See Also