TfsClientCredentials Constructor
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 | |
---|---|---|
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. |
Top