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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGAuthenticationStatus Status { get; set; }
Visual Basic (Declaration)
Public Property Status As VGAuthenticationStatus

Field Value

A value of VGAuthenticationStatus representing the status of the authentication.

See Also