Gets a VGAuthorizationState object representing the last authorization state.

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

Syntax

C#
public static VGAuthorizationState AuthorizationState { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property AuthorizationState As 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