Indicates the authentication mode used by Visual Guard to authenticate a user.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| None | The repository does not support any authentication mode | 0 |
| VisualGuard | The repository supports authentication based on Visual Guard user | 1 |
| Windows | The repository supports authentication based on Windows Account | 2 |
| Database | The repository supports authentication based on Database Account | 4 |
Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)
Novalys.VisualGuard.Security Namespace