C# Class KeePass.Forms.EntropyForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
CollectEntropyIfEnabled ( KeePassLib.Cryptography.PasswordGenerator.PwProfile pp ) : byte[]
EntropyForm ( ) : System

Private Methods

Method Description
OnBtnCancel ( object sender, EventArgs e ) : void
OnBtnOK ( object sender, EventArgs e ) : void
OnFormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
OnFormLoad ( object sender, EventArgs e ) : void
OnRandomMouseMove ( object sender, MouseEventArgs e ) : void
UpdateUIState ( ) : void

Method Details

CollectEntropyIfEnabled() public static method

public static CollectEntropyIfEnabled ( KeePassLib.Cryptography.PasswordGenerator.PwProfile pp ) : byte[]
pp KeePassLib.Cryptography.PasswordGenerator.PwProfile
return byte[]

EntropyForm() public method

public EntropyForm ( ) : System
return System