Discuss this help topic in SecureBlackbox Forum
This event is fired when the client requested public key authentication.
Declaration
Parameters
- Username - the name of the client being authenticated
- Key - the key sent by client for checking.
- Accept - set this parameter to True if the key has been found in the correspondence list.
- pcUsername - the name of the client being authenticated
- szUsername - the length of pcUsername.
Description
Gives us a key for checking. Handler has to check that the key corresponds to
Username.
Discuss this help topic in SecureBlackbox Forum