Gets the VGAuthenticationStatus of the authentication process.

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

Syntax

C#
public VGAuthenticationStatus Status { get; }
Visual Basic
Public ReadOnly Property Status As VGAuthenticationStatus
	Get

Property Value

Type: VGAuthenticationStatus

The VGAuthenticationStatus of the authentication process.

See Also