Gets a VGAuthenticationState object representing the last authentication state.

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

Syntax

C#
public VGAuthenticationState AuthenticationState { get; }
Visual Basic
Public ReadOnly Property AuthenticationState As VGAuthenticationState
	Get

Property Value

Type: VGAuthenticationState

See Also