Discuss this help topic in SecureBlackbox Forum
Declaration
[Pascal]
under development
[Java]
TSBSSHPublicKeyListEvent getOnPubKeyList();
void setOnPubKeyList(TSBSSHPublicKeyListEvent Value);
TSBSSHPublicKeyListEvent.Callback OnPubKeyList = new TSBSSHPublicKeyListEvent.Callback() {
public void TSBSSHPublicKeyListEventCallback(TObject arg0, ArrayList arg1, ArrayList arg2, TSBInteger arg3, TSBString arg4) {
//...
}
}
Parameters
- Keys -
- Attributes -
- FreeObjects -
- ErrorCode -
- pcComment -
- szComment -
- Comment -
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum