C# Class KeePass.Forms.KeyCreationForm

Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
InitEx ( IOConnectionInfo ioInfo, bool bCreatingNew ) : void
KeyCreationForm ( ) : System

Private Methods

Méthode Description
CleanUpEx ( ) : void
CreateCompositeKey ( ) : bool
CustomizeForScreenReader ( ) : void
EnableUserControls ( ) : void
OnBtnCancel ( 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
OnClickKeyFileCreate ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, FormClosedEventArgs e ) : void
OnFormClosing ( object sender, FormClosingEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
OnKeyFileSelectedIndexChanged ( object sender, EventArgs e ) : void
OnWinUserCheckedChanged ( object sender, EventArgs e ) : void
ProcessTextChangedPassword ( object sender, EventArgs e ) : void
SetHidePassword ( bool bHide, bool bUpdateCheckBox ) : void

Method Details

InitEx() public méthode

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

KeyCreationForm() public méthode

public KeyCreationForm ( ) : System
Résultat System