Discuss this help topic in SecureBlackbox Forum
TElX509CertificateValidator.OnAfterCertificateValidation
Notifies about result of validation of certain certificate.
Declaration
Parameters
Possible validity values:
|
Possible validity reasons:
|
Description
This event is fired after certain certificate is validated.
Note, that the event is fired not just for certificates in the chain, but also for all certificates, validated during CRL or OCSP checks (i.e. certificates used for signing CRLs and OCSP responses and their CAs).
You can use this event to build validation report for the user or to enforce complete validation of the chain (i.e. check CA certificates even when the certificate itself is not valid).
Certificate Validity "cvSelfSigned" is set for self-signed certificate, which is not found in the list of trusted certificate. Otherwise cvOk validity status is reported.