Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
| .gif) | TfsClientCredentials() | Initializes a new TfsClientCredentials instance with default credentials. | 
| .gif) | TfsClientCredentials(Boolean) | Initializes a new TfsClientCredentials instance with default credentials if they are specified. | 
| .gif) | TfsClientCredentials(FederatedCredential) | Initializes a new TfsClientCredentials instance with the specified windows credential and default issued token credential. | 
| .gif) | TfsClientCredentials(WindowsCredential) | Initializes a new TfsClientCredentials instance with the specified windows credential and default issued token credential. | 
| .gif) | TfsClientCredentials(WindowsCredential, FederatedCredential) | Initializes a new TfsClientCredentials instance with the specified windows and issued token credential. | 
| .gif) | TfsClientCredentials(WindowsCredential, Boolean) | Initializes a new TfsClientCredentials instance with the specified windows credential and default issued token credential. | 
| .gif) | TfsClientCredentials(WindowsCredential, FederatedCredential, Boolean) | Initializes a new TfsClientCredentials instance with the specified windows and issued token credential. | 
Top