Gets or sets the status of the authentication.

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

Property Value

Type: VGAuthenticationStatus

A value of VGAuthenticationStatus representing the status of the authentication.

See Also