This documentation is archived and is not being maintained.

WindowsCredential Constructor

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method WindowsCredential() Initializes a new WindowsCredential instance using a default user interface provider implementation and the default network credentials.
Public method WindowsCredential(Boolean) Initializes a new WindowsCredential instance using a default user interface provider implementation and the default network credentials, if they are specified.
Public method WindowsCredential(ICredentials) Initializes a new WindowsCredential instance using a default user interface provider implementation and the specified network credentials.
Public method WindowsCredential(ICredentials, ICredentialsProvider) Initializes a new WindowsCredential instance using the specified network credentials and fallback credentials provider.
Top
Show: