Discuss this help topic in SecureBlackbox Forum
This event is fired when the client has sent request for keys listing
Declaration
Parameters
ErrorCode values
|
Description
This event is fired when client requests a public key listing. All client's public keys has to be placed to the Keys list in the event handler. Attributes for corresponding keys can be placed to the Attributes list but it is not necessary. If Attributes are used then indexes in two lists have to meet (attributes have the same index as corresponding key). Server has to set ErrorCodeand Comment values according to result of request processing.