Click or drag to resize

VGSecurityRuntimePrincipal Property

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 is the authorization process has failed.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGIPrincipal Principal { get; }

Property Value

Type: VGIPrincipal
See Also