Autodesk Vault ProfessionalVault API

AuthTyp Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

The mechanism used to authenticate the user.

Syntax

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

Members

MemberDescription
ActiveDirActive Directory handles the authentication.
AutodeskThe Autodesk account handles the authentication.
VaultThe ADMS framework handles the authentication.

Returned By

Where you get a AuthTyp — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.Connectivity.WebServices.AuthTyp

See Also