C# Class KeePass.Forms.EntropyForm

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

Méthodes publiques

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

Private Methods

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

public static CollectEntropyIfEnabled ( KeePassLib.Cryptography.PasswordGenerator.PwProfile pp ) : byte[]
pp KeePassLib.Cryptography.PasswordGenerator.PwProfile
Résultat byte[]

EntropyForm() public méthode

public EntropyForm ( ) : System
Résultat System