Gets the authentication modes supported by the repository.
Namespace:
Novalys.VisualGuard.Security.MembershipAssembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)
Syntax
| C# |
|---|
public VGAuthenticationMode SupportedAuthenticationModes { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SupportedAuthenticationModes As VGAuthenticationMode |
Return Value
a VGAuthenticationMode value indicating the modes supported by the repository.
Exceptions
| Exception | Condition |
|---|---|
| Novalys.VisualGuard.Security..::.VGConfigurationException | The 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. |