AuthenticationFlags Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections
Identifies a type of connection
Syntax
public enum AuthenticationFlags : System.Enum Public Enum AuthenticationFlags
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Anonymous | An anonymous connection with no authentication |
| AutodeskAuthentication | A connection using Autodesk Authentication |
| ReadOnly | An optional bit that can be combined with one of the other authentication types to specify that the connection is read only |
| ServerLicense | An optional bit that can be combined with one of the other authentication types to specify whether license should be obtained server-side(network license). Most commonly used for web applications. |
| ServerOnly | A connection to a server but not a specific vault. |
| Standard | A standard vault connection using Username/PW authentication |
| UserTokenLicense | Specify whether user license should be obtained use Autodesk ID token at server-side. Most commonly used for web applications. |
| WindowsAuthentication | A connection using Windows Authentication |
| WindowsAuthenticationWithCredentials | A connection using Windows Authentication where the User name and Password credentials are specified |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.AuthenticationFlags