Autodesk Vault ProfessionalVault API

UserPasswordCredentials Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServicesTools

Credentials for making server calls with username and password information.

Syntax

public sealed class UserPasswordCredentials : UserPasswordCredentialsBase 
Public NotInheritable Class UserPasswordCredentials
   Inherits UserPasswordCredentialsBase

Constructors

NameDescription
UserPasswordCredentialsThe Constructor.

Properties

NameDescription
ReadOnlyGets if the connection is read only
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 credentials can sign in.
SupportsSignOutGets the value telling if the credentials can sign out.
UserNameGets the username.
VaultNameGets the vault name.
WindowsAuthenticationNonDefaultCredentials

Methods

NameDescription
SignIn
SignOut

Inheritance Hierarchy

See Also