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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
[SerializableAttribute]
[FlagsAttribute]
public enum VGAuthenticationMode
Visual Basic
<SerializableAttribute>
<FlagsAttribute> 
Public Enumeration VGAuthenticationMode

Members

Member nameValueDescription
None0 The repository does not support any authentication mode
VisualGuard1 The repository supports authentication based on Visual Guard user
Windows2 The repository supports authentication based on Windows Account
Database4 The repository supports authentication based on Database Account
WindowsByCredential8 The repository supports authentication based on windows account
Federation16 The repository supports authentication based on ADFS
Custom32 The repository supports authentication based on ADFS
All63 All authentication modes supported by Visual Guard

See Also