C# Class KeePass.Forms.KeyCreationForm

Show file Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
InitEx ( IOConnectionInfo ioInfo, bool bCreatingNew ) : void
KeyCreationForm ( ) : System

Private Methods

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

public InitEx ( IOConnectionInfo ioInfo, bool bCreatingNew ) : void
ioInfo IOConnectionInfo
bCreatingNew bool
return void

KeyCreationForm() public method

public KeyCreationForm ( ) : System
return System