Discuss this help topic in SecureBlackbox Forum
This event is fired when TElSimpleFTPSClient needs pre-shared-key from the application.
Declaration
Parameters
- Hint - identity hint provided by server to help the client in selecting which identity to use.
- Identity - identifier of the key chosen by client
- Key - the 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 chosen by client
- szIdentity - the length of pcIdentity.
- pKey -
- szKey - the length of pcKey.
Description
This event is fired by TElSimpleFTPSClient when it needs a pre-shared-key from the user. This event is fired only when PSK-based ciphersuites are used.
Discuss this help topic in SecureBlackbox Forum