C# 클래스 KeePass.Forms.KeyPromptForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: amiryal/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation ) : void
InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation, string strCustomTitle ) : void
KeyPromptForm ( ) : System

비공개 메소드들

메소드 설명
AsyncFormLoad ( ) : void
CleanUpEx ( ) : void
CreateCompositeKey ( ) : bool
CustomizeForScreenReader ( ) : void
EnableUserControls ( ) : void
OnBtnCancel ( object sender, EventArgs e ) : void
OnBtnExit ( object sender, EventArgs e ) : void
OnBtnHelp ( object sender, EventArgs e ) : void
OnBtnOK ( object sender, EventArgs e ) : void
OnCheckedHidePassword ( object sender, EventArgs e ) : void
OnCheckedKeyFile ( object sender, EventArgs e ) : void
OnCheckedPassword ( object sender, EventArgs e ) : void
OnClickKeyFileBrowse ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormClosing ( object sender, FormClosingEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
OnKeyFileSelectedIndexChanged ( object sender, EventArgs e ) : void
PopulateKeyFileSuggestions ( ) : void
PresentKeyFileSuggestions ( ) : void
ProcessTextChangedPassword ( object sender, EventArgs e ) : void
ValidateKeyFileLocation ( ) : bool

메소드 상세

InitEx() 공개 메소드

public InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation ) : void
ioInfo IOConnectionInfo
bCanExit bool
bRedirectActivation bool
리턴 void

InitEx() 공개 메소드

public InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation, string strCustomTitle ) : void
ioInfo IOConnectionInfo
bCanExit bool
bRedirectActivation bool
strCustomTitle string
리턴 void

KeyPromptForm() 공개 메소드

public KeyPromptForm ( ) : System
리턴 System