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

Syntax

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

Property Value

Type: VGAuthenticationMode

See Also