Gets the identity of the current principal.

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

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