This documentation is archived and is not being maintained.
SimpleWebTokenCredential Class
Visual Studio 2013
Provides federated authentication with a hosted TfsConnection instance using simple Web tokens.
System::Object
Microsoft.TeamFoundation.Client::IssuedTokenCredential
Microsoft.TeamFoundation.Client::FederatedCredential
Microsoft.TeamFoundation.Client::SimpleWebTokenCredential
Microsoft.TeamFoundation.Client::IssuedTokenCredential
Microsoft.TeamFoundation.Client::FederatedCredential
Microsoft.TeamFoundation.Client::SimpleWebTokenCredential
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The SimpleWebTokenCredential type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SimpleWebTokenCredential(String, String) | Initializes a new SimpleWebTokenCredential instance with the specified user name and password. |
![]() | SimpleWebTokenCredential(String, String, SimpleWebToken) | Initializes a new SimpleWebTokenCredential instance with the specified user name and password. The provided token, if not null, will be used before it tries authentication with the credentials. |
| 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:
