This documentation is archived and is not being maintained.
VssClientCredentials Class
Visual Studio 2013
Provides credentials to use when connecting to a Visual Studio Service.
System.Object
Microsoft.VisualStudio.Services.Common.VssCredentials
Microsoft.VisualStudio.Services.Client.VssClientCredentials
Microsoft.VisualStudio.Services.Common.VssCredentials
Microsoft.VisualStudio.Services.Client.VssClientCredentials
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)
The VssClientCredentials type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | VssClientCredentials | Initializes a new VssClientCredentials instance with default credentials. |
![]() | VssClientCredentials(Boolean) | Initializes a new VssClientCredentials instance with default credentials if specified. |
![]() | VssClientCredentials(FederatedCredential) | Initializes a new VssClientCredentials instance with the specified windows credential and default issued token credential. |
![]() | VssClientCredentials(IVssCredentialPrompt) | Initializes a new VssClientCredentials instance with default credentials and the specified credential prompt. |
![]() | VssClientCredentials(WindowsCredential) | Initializes a new VssClientCredentials instance with the specified windows credential and default issued token credential. |
![]() | VssClientCredentials(WindowsCredential, CredentialPromptType) | Initializes a new VssClientCredentials instance with the specified windows credential and default issued token credential. |
![]() | VssClientCredentials(WindowsCredential, FederatedCredential) | Initializes a new VssClientCredentials instance with the specified windows and issued token credential. |
![]() | VssClientCredentials(WindowsCredential, FederatedCredential, CredentialPromptType) | Initializes a new VssClientCredentials instance with the specified windows and issued token credential. |
![]() | VssClientCredentials(WindowsCredential, FederatedCredential, CredentialPromptType, TaskScheduler) | Initializes a new VssClientCredentials instance with the specified windows and issued token credential. |
![]() | VssClientCredentials(WindowsCredential, FederatedCredential, CredentialPromptType, TaskScheduler, IVssCredentialPrompt) | Initializes a new VssCredentials instance with the specified windows and issued token credential. |
| Name | Description | |
|---|---|---|
![]() | Federated | (Inherited from VssCredentials.) |
![]() | PromptType | (Inherited from VssCredentials.) |
![]() | Storage | (Inherited from VssCredentials.) |
![]() | Windows | (Inherited from VssCredentials.) |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Widening(FederatedCredential to VssClientCredentials) | Implicitly converts a FederatedCredential instance into a VssClientCredentials instance. |
![]() ![]() | Widening(WindowsCredential to VssClientCredentials) | Implicitly converts a WindowsCredential instance into a VssClientCredentials instance. |
| Name | Description | |
|---|---|---|
![]() | m_federatedCredential | (Inherited from VssCredentials.) |
![]() | m_windowsCredential | (Inherited from VssCredentials.) |
Show:
