Discuss this help topic in SecureBlackbox Forum
Deprecated. Use OnCertificateNeededEx event instead.
Declaration
Parameters
- CertificateBuffer - Contains a buffer for the certificate
- CertificateSize - When the event handler is called, this parameter contains the size of the buffer passed via CertificateBuffer. The event handler should put the data to the buffer and return the size of the data in CertificateSize
- PrivateKeyBuffer - Contains a buffer for the private key that corresponds to the given certificate
- PrivateKeySize - When the event handler is called, this parameter contains the size of the buffer passed via PrivateKeyBuffer. The event handler should put the data to the buffer and return the size of the data in PrivateKeySize
- CertificateType - specifies the type of certificate requested.
TClientCertificateType values:
Description
This event is fired by TElSSLClient when the
negotiated protocol requires a client-side X509 certificate to be
used during session.
Discuss this help topic in SecureBlackbox Forum