VssClientCredentials 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 | |
---|---|---|
![]() |
VssClientCredentials() | Initializes a new VssClientCredentials instance with default credentials. |
![]() |
VssClientCredentials(Boolean) | Initializes a new VssClientCredentials instance with default credentials if specified. |
![]() |
VssClientCredentials(FederatedCredential) | Initializes a new VssClientCredentials instance with the specified windows credential and default issued token credential. |
![]() |
VssClientCredentials(IVssCredentialPrompt) | Initializes a new VssClientCredentials instance with default credentials and the specified credential prompt. |
![]() |
VssClientCredentials(WindowsCredential) | Initializes a new VssClientCredentials instance with the specified windows credential and default issued token credential. |
![]() |
VssClientCredentials(WindowsCredential, CredentialPromptType) | Initializes a new VssClientCredentials instance with the specified windows credential and default issued token credential. |
![]() |
VssClientCredentials(WindowsCredential, FederatedCredential) | Initializes a new VssClientCredentials instance with the specified windows and issued token credential. |
![]() |
VssClientCredentials(WindowsCredential, FederatedCredential, CredentialPromptType) | Initializes a new VssClientCredentials instance with the specified windows and issued token credential. |
![]() |
VssClientCredentials(WindowsCredential, FederatedCredential, CredentialPromptType, TaskScheduler) | Initializes a new VssClientCredentials instance with the specified windows and issued token credential. |
![]() |
VssClientCredentials(WindowsCredential, FederatedCredential, CredentialPromptType, TaskScheduler, IVssCredentialPrompt) | Initializes a new VssCredentials instance with the specified windows and issued token credential. |
Top