Gets the authentication modes 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 SupportedAuthenticationModes { get; }
Visual Basic
Public ReadOnly Property SupportedAuthenticationModes As VGAuthenticationMode
	Get

Return Value

Type: VGAuthenticationMode
a VGAuthenticationMode value indicating the modes supported by the repository.

Exceptions

ExceptionCondition
Novalys.VisualGuard.Security..::..VGConfigurationExceptionThe configuration file is not valid

or

A problem occurs during the connection to the repository.

or

The version of the repository or the version of the permissions is not supported by the application.

See Also