Discuss this help topic in SecureBlackbox Forum
This event is fired when TElSSLClient needs pre-shared-key from user.
Declaration
Parameters
- Hint - identity hint provided by server to help the client in selecting which identity to use
- Identity - identifier of the key choosen by client
- Key - key. Must be initialized in event handler
- pcHint - identity hint provided by server to help the client in selecting which identity to use
- szHint - the length of pcHint.
- pcIdentity - identifier of the key choosen by client
- szIdentity - the length of pcIdentity.
- pKey -
- szKey - the length of pcKey.
Description
This event is fired by TElSSLClient when it
needs pre-shared-key from the user. This event is fired only when
PSK-based ciphersuites are used.
Discuss this help topic in SecureBlackbox Forum