Autodesk Vault ProfessionalVault API

ReSignIn Property

Autodesk.Connectivity.WebServicesToolsWebServiceManager

Gets or sets the re-sign in behavior on all the services in the WebServiceManager.

Syntax

public System.bool ReSignIn {set;}
Public WriteOnly Property ReSignIn As System.Boolean

Remarks

True means that if the security header is invalidated, the Manager will attempt to re-authenticate and re-run the API call. False means that if the security header is invalidated, the error will bubble up normally. Re-signIn is only possible with credentials that support SignIn

See Also