Autodesk Vault ProfessionalVault API

WinAuthService Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains methods for logging into and out of vaults using Windows credentials.

Syntax

public sealed class WinAuthService : WinAuthServiceBase, IWebService  
Public NotInheritable Class WinAuthService
   Inherits WinAuthServiceBase
   Implements IWebService 

Methods

NameDescription
SignInAuthenticates to a specific Knowledge Vault via Windows credentials.
SignIn2Authenticates via Windows credentials to ADMS but not to a specific Knowledge Vault.
SignInGetLicenseAuthenticates to the server by getting license server-side.
SignInReadOnlyAuthenticates to a specific Vault with read only permissions via Windows authentication.
SignInWithLicenseAuthenticates to a specific Knowledge Vault via AutodeskID token that will be used for licensing only.

Returned By

Where you get a WinAuthService — members that return one.

Inheritance Hierarchy

See Also