WindowsCredential 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 | |
---|---|---|
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. |
Top