Property | Type | Description | |
---|---|---|---|
ConfigureHideButton | void | ||
OnHideCheckedChanged | void | ||
OnPasswordTextChanged | void | ||
OnRepeatTextChanged | void | ||
UpdateQualityInfo | void | ||
UpdateQualityInfoTh | void | ||
UpdateUI | void | ||
UqiGetPassword | byte[] | ||
UqiShowQuality | void |
Method | Description | |
---|---|---|
Attach ( |
||
GetPassword ( ) : string | ||
GetPasswordUtf8 ( ) : byte[] | ||
GetRepeat ( ) : string | ||
GetRepeatUtf8 ( ) : byte[] | ||
PwInputControlGroup ( ) : System | ||
Release ( ) : void | ||
SetPassword ( byte pbUtf8, bool bSetRepeatPw ) : void | ||
SetPasswords ( byte pbPasswordUtf8, byte pbRepeatUtf8 ) : void | ||
SetPasswords ( string strPassword, string strRepeat ) : void | ||
ValidateData ( bool bUIOnError ) : bool |
Method | Description | |
---|---|---|
ConfigureHideButton ( |
||
OnHideCheckedChanged ( object sender, |
||
OnPasswordTextChanged ( object sender, |
||
OnRepeatTextChanged ( object sender, |
||
UpdateQualityInfo ( string str ) : void | ||
UpdateQualityInfoTh ( object oPassword ) : void | ||
UpdateUI ( ) : void | ||
UqiGetPassword ( ) : byte[] | ||
UqiShowQuality ( uint uBits, uint uLength ) : void |
public Attach ( |
||
tbPassword | ||
cbHide | ||
lblRepeat | ||
tbRepeat | ||
lblQualityPrompt | ||
pbQuality | KeePass.UI.QualityProgressBar | |
lblQualityInfo | ||
ttHint | ||
fParent | ||
bInitialHide | bool | |
bSecureDesktopMode | bool | |
return | void |
public SetPassword ( byte pbUtf8, bool bSetRepeatPw ) : void | ||
pbUtf8 | byte | |
bSetRepeatPw | bool | |
return | void |
public SetPasswords ( byte pbPasswordUtf8, byte pbRepeatUtf8 ) : void | ||
pbPasswordUtf8 | byte | |
pbRepeatUtf8 | byte | |
return | void |
public SetPasswords ( string strPassword, string strRepeat ) : void | ||
strPassword | string | |
strRepeat | string | |
return | void |
public ValidateData ( bool bUIOnError ) : bool | ||
bUIOnError | bool | |
return | bool |