This documentation is archived and is not being maintained.
WindowsCredential Class
Visual Studio 2013
Provides a credential for windows authentication against a Team Foundation Server.
System::Object
Microsoft.TeamFoundation.Client::IssuedTokenCredential
Microsoft.TeamFoundation.Client::WindowsCredential
Microsoft.TeamFoundation.Client::IssuedTokenCredential
Microsoft.TeamFoundation.Client::WindowsCredential
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The WindowsCredential type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WindowsCredential() | Initializes a new WindowsCredential instance using a default user interface provider implementation and the default network credentials. |
![]() | WindowsCredential(Boolean) | Initializes a new WindowsCredential instance using a default user interface provider implementation and the default network credentials, if they are specified. |
![]() | WindowsCredential(ICredentials) | Initializes a new WindowsCredential instance using a default user interface provider implementation and the specified network credentials. |
![]() | WindowsCredential(ICredentials, ICredentialsProvider) | Initializes a new WindowsCredential instance using the specified network credentials and fallback credentials provider. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
