Autodesk Vault ProfessionalVault API

AuthenticationFlags Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Connections

Identifies a type of connection

Syntax

public enum AuthenticationFlags : System.Enum 
Public Enum AuthenticationFlags
   Inherits System.Enum

Members

MemberDescription
AnonymousAn anonymous connection with no authentication
AutodeskAuthenticationA connection using Autodesk Authentication
ReadOnlyAn optional bit that can be combined with one of the other authentication types to specify that the connection is read only
ServerLicenseAn 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.
ServerOnlyA connection to a server but not a specific vault.
StandardA standard vault connection using Username/PW authentication
UserTokenLicenseSpecify whether user license should be obtained use Autodesk ID token at server-side. Most commonly used for web applications.
WindowsAuthenticationA connection using Windows Authentication
WindowsAuthenticationWithCredentialsA 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

See Also