WebServiceCredentialsBase Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServicesTools
Syntax
public abstract class WebServiceCredentialsBase : IWebServiceCredentials Public MustInherit Class WebServiceCredentialsBase
Inherits IWebServiceCredentialsProperties
| Name | Description |
|---|---|
| RequiresClientLicense | Gets the value telling if a client-side license is required. |
| RequiresSignIn | Gets the value telling if a sign in is required before a service can be used. |
| RequiresSignOut | Gets the value telling if a sign out should be called when the service goes out of scope. |
| ServerIdentities | Gets the server identity. |
| Session | Gets the security header. |
| SupportsSignIn | Gets the value telling if the SignIn method is implemented. |
| SupportsSignOut | Gets the value telling if the SignOut method is implemented. |
| VaultName | Gets the vault name. |
| WindowsAuthenticationNonDefaultCredentials |
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServicesTools.IWebServiceCredentials
- Autodesk.Connectivity.WebServicesTools.WebServiceCredentialsBase
- Autodesk.Connectivity.WebServicesTools.AnonymousCredentials
- Autodesk.Connectivity.WebServicesTools.AutodeskAuthCredentials
- Autodesk.Connectivity.WebServicesTools.SessionCredentials
- Autodesk.Connectivity.WebServicesTools.UserPasswordCredentialsBase
- Autodesk.Connectivity.WebServicesTools.WebServiceCredentials
- Autodesk.Connectivity.WebServicesTools.WinAuthCredentials