Discuss this help topic in SecureBlackbox Forum
Declaration
[Pascal]
under development
[Java]
TSSHAuthPasswordEvent getOnAuthPassword();
void setOnAuthPassword(TSSHAuthPasswordEvent Value);
TSSHAuthPasswordEvent.Callback OnAuthPassword = new TSSHAuthPasswordEvent.Callback() {
public void TSSHAuthPasswordEventCallback(TObject arg0, String arg1, String arg2, TSSHAuthPasswordEventParams arg3) {
//...
}
}
Parameters
- pcUsername -
- szUsername -
- pcPassword -
- szPassword -
- Accept -
- ForceChangePassword -
- Username -
- Password -
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum