This documentation is archived and is not being maintained.
BasicAuthCredential Class
Visual Studio 2013
Provides a credential for basic authentication against a Team Foundation Server.
System::Object
Microsoft.TeamFoundation.Client::IssuedTokenCredential
Microsoft.TeamFoundation.Client::FederatedCredential
Microsoft.TeamFoundation.Client::BasicAuthCredential
Microsoft.TeamFoundation.Client::IssuedTokenCredential
Microsoft.TeamFoundation.Client::FederatedCredential
Microsoft.TeamFoundation.Client::BasicAuthCredential
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The BasicAuthCredential type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BasicAuthCredential() | Initializes a new BasicAuthCredential instance with no token specified. |
![]() | BasicAuthCredential(ICredentials) | Initializes a new BasicAuthCredential instance with the specified token. |
![]() | BasicAuthCredential(BasicAuthToken) | Initializes a new BasicAuthCredential instance with the specified token. |
| 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:
