Visual Guard Class Library Documentation

VGAuthenticationMode Enumeration

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.

public enum VGAuthenticationMode

Members

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

Requirements

Namespace: Novalys.VisualGuard.Security

Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll)

See Also

Novalys.VisualGuard.Security Namespace