Gets a VGAuthorizationState object representing the last authorization state.

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

Syntax

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