Click or drag to resize

VGSecurityManagerAuthorizationState Property

Gets a VGAuthorizationState object representing the last authorization state.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public static VGAuthorizationState AuthorizationState { get; }

Property Value

Type: VGAuthorizationState
Remarks
You can use this value to test if the last authorization has failed or not and to check reason of the failure.
See Also