This documentation is archived and is not being maintained.
WindowsCredential 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 | |
|---|---|---|
|
WindowsCredential() | Initializes a new WindowsCredential instance using a default user interface provider implementation and the default network credentials. |
|
WindowsCredential(Boolean) | Initializes a new WindowsCredential instance using a default user interface provider implementation and the default network credentials, if they are specified. |
|
WindowsCredential(ICredentials) | Initializes a new WindowsCredential instance using a default user interface provider implementation and the specified network credentials. |
|
WindowsCredential(ICredentials, ICredentialsProvider) | Initializes a new WindowsCredential instance using the specified network credentials and fallback credentials provider. |
Show: