C# Class Orc.NuGetExplorer.Native.CredentialsPrompter

Show file Open project: WildGums/Orc.NuGetExplorer

Public Methods

Method Description
CredentialsPrompter ( IConfigurationService configurationService ) : System
ShowDialog ( ) : bool

Private Methods

Method 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 method

public CredentialsPrompter ( IConfigurationService configurationService ) : System
configurationService IConfigurationService
return System

ShowDialog() public method

public ShowDialog ( ) : bool
return bool