Method | Description | |
---|---|---|
Attach ( QLineEdit aLineEdit, bool aHidePassword ) : void |
Associate the current secure edit object with a text box.
|
|
ContentsEqualTo ( |
||
Detach ( ) : void |
Remove the current association. You should call this before the text box is destroyed.
|
|
EnableProtection ( bool aEnable ) : void | ||
SetPassword ( byte aNewPassword ) : void |
Sets the password.
|
|
ToUtf8 ( ) : byte[] |
Method | Description | |
---|---|---|
GetAsString ( ) : string | ||
RemoveInsert ( int aLeftRemainingCount, int aRigthRemainingCount, string aStringToInsert ) : void | ||
SecureEdit ( ) : System | ||
ShowCurrentPassword ( int nSelStart, int nSelLength ) : void | ||
mPasswordLineEdit_DragEnterEvent ( object sender, QEventArgs |
||
mPasswordLineEdit_DragMoveEvent ( object sender, QEventArgs |
||
mPasswordLineEdit_DropEvent ( object sender, QEventArgs |
||
mPasswordLineEdit_FocusInEvent ( object sender, |
||
mPasswordLineEdit_TextChanged ( string aText ) : void |
public Attach ( QLineEdit aLineEdit, bool aHidePassword ) : void | ||
aLineEdit | QLineEdit | Text box to link to. |
aHidePassword | bool | Initial protection flag. |
return | void |
public ContentsEqualTo ( |
||
aSecureEdit | ||
return | bool |
public EnableProtection ( bool aEnable ) : void | ||
aEnable | bool | |
return | void |
public SetPassword ( byte aNewPassword ) : void | ||
aNewPassword | byte | /// A new password (UTF8). /// |
return | void |