Gets or sets the VGAuthorizationStatus representing the status of the current authorization process.

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 VGAuthorizationStatus Status { get; set; }
Visual Basic
Public Property Status As VGAuthorizationStatus
	Get
	Set

Property Value

Type: VGAuthorizationStatus

A VGAuthorizationStatus value representing the status of the current authorization process.

See Also