Autodesk Vault ProfessionalVault API

WebServiceCredentialsBase Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServicesTools

Syntax

public abstract class WebServiceCredentialsBase : IWebServiceCredentials 
Public MustInherit Class WebServiceCredentialsBase
   Inherits 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.
ServerIdentitiesGets the server identity.
SessionGets the security header.
SupportsSignInGets the value telling if the SignIn method is implemented.
SupportsSignOutGets the value telling if the SignOut method is implemented.
VaultNameGets the vault name.
WindowsAuthenticationNonDefaultCredentials

Inheritance Hierarchy

See Also