Autodesk Vault ProfessionalVault API

SignInGetLicense Method

Autodesk.Connectivity.WebServicesAuthService

Authenticates to the server by getting license server-side.

Required Permissions

AllowsAnonymous

Syntax

public override Session SignInGetLicense(
   System.string userName,
   System.string userPassword,
   System.string knowledgeVault,
   System.string oldSessionId
)
Public Overrides NotOverridable Function SignInGetLicense( _
   ByVal userName As System.String, _
   ByVal userPassword As System.String, _
   ByVal knowledgeVault As System.String, _
   Optional ByVal oldSessionId As System.String _
) As Session

Parameters

NameDescription
userNameThe Vault user name.
userPasswordThe Vault password.
knowledgeVaultThe Vault database.
oldSessionIdCurrent session Id (can be null).

Return Value

Returns Session object.

See Also