C# Class NanoByte.Common.Net.WindowsCliCredentialProvider

Asks for NetworkCredentials for specific Uris using WindowsCredentials.PromptCli.
Inheritance: WindowsCredentialProvider
ファイルを表示 Open project: nano-byte/common

Public Methods

Method Description
WindowsCliCredentialProvider ( bool interactive ) : System

Creates a new Windows command-line credential provider.

Protected Methods

Method Description
Prompt ( string target, WindowsCredentialsFlags flags ) : NetworkCredential

Method Details

Prompt() protected method

protected Prompt ( string target, WindowsCredentialsFlags flags ) : NetworkCredential
target string
flags WindowsCredentialsFlags
return System.Net.NetworkCredential

WindowsCliCredentialProvider() public method

Creates a new Windows command-line credential provider.
public WindowsCliCredentialProvider ( bool interactive ) : System
interactive bool Indicates whether the credential provider is interactive, i.e., can ask the user for input.
return System