WinAuthService Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Contains methods for logging into and out of vaults using Windows credentials.
Syntax
public sealed class WinAuthService : WinAuthServiceBase, IWebService Public NotInheritable Class WinAuthService
Inherits WinAuthServiceBase
Implements IWebService Methods
| Name | Description |
|---|---|
| SignIn | Authenticates to a specific Knowledge Vault via Windows credentials. |
| SignIn2 | Authenticates via Windows credentials to ADMS but not to a specific Knowledge Vault. |
| SignInGetLicense | Authenticates to the server by getting license server-side. |
| SignInReadOnly | Authenticates to a specific Vault with read only permissions via Windows authentication. |
| SignInWithLicense | Authenticates to a specific Knowledge Vault via AutodeskID token that will be used for licensing only. |
Returned By
Where you get a WinAuthService — members that return one.
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.ServiceBase
- Autodesk.Connectivity.WebServices.ServiceBase<T>
- Autodesk.Connectivity.WebServices.WinAuthServiceBase
- Autodesk.Connectivity.WebServices.WinAuthService