Indicates the authentication mode used by Visual Guard to authenticate a user.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
[SerializableAttribute]
[FlagsAttribute]
public enum VGAuthenticationMode
Visual Basic (Declaration)
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration VGAuthenticationMode

Members

Member nameDescription
None
The repository does not support any authentication mode
VisualGuard
The repository supports authentication based on Visual Guard user
Windows
The repository supports authentication based on Windows Account
Database
The repository supports authentication based on Database Account
All
All authentication modes supported by Visual Guard

See Also