Gets the VGIPrincipal representing the security context of current user on whose behalf the application is running. this property is null (Nothing) before calling the or methods or when the last authorization or authentication process has failed.

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

Syntax

C#
public static VGIPrincipal Principal { get; }
Visual Basic
Public Shared ReadOnly Property Principal As VGIPrincipal
	Get

Property Value

Type: VGIPrincipal

See Also