Gets the authentication modes defined in the configuration file and supported by the repository.

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

Syntax

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

Property Value

Type: VGAuthenticationMode

See Also