Discuss this help topic in SecureBlackbox Forum
This event is fired when the server certificate must be validated.
Declaration
Parameters
TSBCertificateValidity values
|
TSBCertificateValidityReason values
|
Description
This event is fired by TElSimpleSSLClient when the negotiated protocol offers the client to validate the server's certificate, starting from the root CA to the end-entity certificate. One can check whether the certificate is an end-entity one via the certificate's Chain property. Use methods of the TElX509CertificateValidator class to perform the certificate validation. This event handler is a good place for calling InternalValidate().