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: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Property Value

Type: VGAuthenticationMode

See Also