Gets the identity of the current principal.

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
IIdentity Identity { get; }
Visual Basic
ReadOnly Property Identity As IIdentity
	Get

Property Value

Type: IIdentity
The IIdentity object associated with the current principal.

Implements

IPrincipal..::..Identity

See Also