Autodesk Vault ProfessionalVault API

SignIn Method

Autodesk.Connectivity.WebServicesToolsIWebServiceCredentials

Signs in to the Vault server.

Syntax

public abstract Session SignIn(
   AuthService authSvc,
   WinAuthService winAuthSvc,
   AutodeskAuthService autodeskAuthSvc
)
Public MustOverride Function SignIn( _
   ByVal authSvc As AuthService, _
   ByVal winAuthSvc As WinAuthService, _
   ByVal autodeskAuthSvc As AutodeskAuthService _
) As Session

Parameters

NameDescription
authSvcAn AuthService object.
winAuthSvcA Win Auth Service object.
autodeskAuthSvcAn Autodesk Auth Service object.

Return Value

The security header from the sign in.

See Also