Click or drag to resize

VGSecurityRuntimeSupportedAuthenticationModes Property

Gets the authentication modes supported by the repository.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGAuthenticationMode SupportedAuthenticationModes { get; }

Return Value

Type: VGAuthenticationMode
a VGAuthenticationMode value indicating the modes supported by the repository.
Exceptions
ExceptionCondition
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