Autodesk Vault ProfessionalVault API

IWebServiceCredentials Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServicesTools

Properties and methods for establishing and maintaining authentication data.

Syntax

public abstract class IWebServiceCredentials 
Public MustInherit Class IWebServiceCredentials 

Properties

NameDescription
RequiresClientLicenseGets the value telling if a client-side license is required.
RequiresSignInGets the value telling if a sign in is required before a service can be used.
RequiresSignOutGets the value telling if a sign out should be called when the service goes out of scope.
ServerIdentitiesThe server identity.
SessionGets the session.
SupportsSignInGets the value telling if the SignIn method is implemented.
SupportsSignOutGets the value telling if the SignOut method is implemented.
VaultNameThe name of the vault.
WindowsAuthenticationNonDefaultCredentialsIf the credentials are for Windows Authentication and require non default Windows Authentication credentials (i.e. credentials that are different than the current user), then this will return those credentials. Otherwise, this returns null.

Methods

NameDescription
SignInSigns in to the Vault server.
SignOutSigns out from the Vault server.

Returned By

Where you get a IWebServiceCredentials — members that return one.

Inheritance Hierarchy

See Also