C# Class NanoByte.Common.Net.WindowsCliCredentialProvider

Asks for NetworkCredentials for specific Uris using WindowsCredentials.PromptCli.
Inheritance: WindowsCredentialProvider
Afficher le fichier Open project: nano-byte/common

Méthodes publiques

Méthode Description
WindowsCliCredentialProvider ( bool interactive ) : System

Creates a new Windows command-line credential provider.

Méthodes protégées

Méthode Description
Prompt ( string target, WindowsCredentialsFlags flags ) : NetworkCredential

Method Details

Prompt() protected méthode

protected Prompt ( string target, WindowsCredentialsFlags flags ) : NetworkCredential
target string
flags WindowsCredentialsFlags
Résultat System.Net.NetworkCredential

WindowsCliCredentialProvider() public méthode

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.
Résultat System