C# Class Orc.NuGetExplorer.Native.CredentialsPrompter

Afficher le fichier Open project: WildGums/Orc.NuGetExplorer

Méthodes publiques

Méthode Description
CredentialsPrompter ( IConfigurationService configurationService ) : System
ShowDialog ( ) : bool

Private Methods

Méthode Description
CreateCredUIInfo ( IntPtr owner, bool downlevelText ) : CredUi.CredUiInfo
DeleteCredential ( string key ) : bool
GetEncryptionKey ( string key, string username ) : string
GetPasswordConfigurationKey ( string key, string username ) : string
PromptForCredentialsCredUIWin ( IntPtr owner, bool storedCredentials ) : bool
ReadCredential ( string key, bool allowConfigurationFallback ) : CredUi.SimpleCredentials
WriteCredential ( string key, string userName, string secret ) : bool

Method Details

CredentialsPrompter() public méthode

public CredentialsPrompter ( IConfigurationService configurationService ) : System
configurationService IConfigurationService
Résultat System

ShowDialog() public méthode

public ShowDialog ( ) : bool
Résultat bool