Autodesk Vault ProfessionalVault API

ContainerCredentials Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServicesTools

A set of credentials that contains another set of credentials. This is useful for cases where a new sign in is not required, but a re-sign-in may be needed.

Syntax

public sealed class ContainerCredentials : IWebServiceCredentials 
Public NotInheritable Class ContainerCredentials
   Inherits IWebServiceCredentials

Constructors

NameDescription
ContainerCredentialsThe constructor.

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 credentials can sign in.
SupportsSignOutGets the value telling if the credentials can sign out.
VaultNameGets the vault name.
WindowsAuthenticationNonDefaultCredentials

Inheritance Hierarchy

See Also