This documentation is archived and is not being maintained.
TfsClientCredentials Constructor
Visual Studio 2013
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
TfsClientCredentials() | Initializes a new TfsClientCredentials instance with default credentials. |
|
TfsClientCredentials(Boolean) | Initializes a new TfsClientCredentials instance with default credentials if they are specified. |
|
TfsClientCredentials(FederatedCredential) | Initializes a new TfsClientCredentials instance with the specified windows credential and default issued token credential. |
|
TfsClientCredentials(WindowsCredential) | Initializes a new TfsClientCredentials instance with the specified windows credential and default issued token credential. |
|
TfsClientCredentials(WindowsCredential, FederatedCredential) | Initializes a new TfsClientCredentials instance with the specified windows and issued token credential. |
|
TfsClientCredentials(WindowsCredential, Boolean) | Initializes a new TfsClientCredentials instance with the specified windows credential and default issued token credential. |
|
TfsClientCredentials(WindowsCredential, FederatedCredential, Boolean) | Initializes a new TfsClientCredentials instance with the specified windows and issued token credential. |
Show: