Gets a value indicating the mode of authentication used by Visual Guard to authenticate the given user.

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

Syntax

C#
public VGAuthenticationMode AuthenticationMode { get; }
Visual Basic
Public ReadOnly Property AuthenticationMode As VGAuthenticationMode
	Get

Property Value

Type: VGAuthenticationMode

See Also