C# 클래스 Orc.NuGetExplorer.Native.CredentialsPrompter

파일 보기 프로젝트 열기: WildGums/Orc.NuGetExplorer

공개 메소드들

메소드 설명
CredentialsPrompter ( IConfigurationService configurationService ) : System
ShowDialog ( ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

CredentialsPrompter() 공개 메소드

public CredentialsPrompter ( IConfigurationService configurationService ) : System
configurationService IConfigurationService
리턴 System

ShowDialog() 공개 메소드

public ShowDialog ( ) : bool
리턴 bool