C# Class KeePass.Forms.KeyPromptForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation ) : void
InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation, string strCustomTitle ) : void
KeyPromptForm ( ) : System

Private Methods

Méthode Description
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

Method Details

InitEx() public méthode

public InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation ) : void
ioInfo IOConnectionInfo
bCanExit bool
bRedirectActivation bool
Résultat void

InitEx() public méthode

public InitEx ( IOConnectionInfo ioInfo, bool bCanExit, bool bRedirectActivation, string strCustomTitle ) : void
ioInfo IOConnectionInfo
bCanExit bool
bRedirectActivation bool
strCustomTitle string
Résultat void

KeyPromptForm() public méthode

public KeyPromptForm ( ) : System
Résultat System