Gets the IIdentity representing the user authenticated.

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

Syntax

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

Property Value

Type: IIdentity

The IIdentity representing the user authenticated.

See Also