IWebServiceCredentials Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServicesTools
Properties and methods for establishing and maintaining authentication data.
Syntax
public abstract class IWebServiceCredentials Public MustInherit Class IWebServiceCredentials Properties
| 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 | The server identity. |
| Session | Gets the session. |
| SupportsSignIn | Gets the value telling if the SignIn method is implemented. |
| SupportsSignOut | Gets the value telling if the SignOut method is implemented. |
| VaultName | The name of the vault. |
| WindowsAuthenticationNonDefaultCredentials | If 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. |
Returned By
Where you get a IWebServiceCredentials — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServicesTools.IWebServiceCredentials
- Autodesk.Connectivity.WebServicesTools.ContainerCredentials
- Autodesk.Connectivity.WebServicesTools.WebServiceCredentialsBase