SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

BeforeCertificateValidation Event

Reports the start of certificate validation.

Syntax

typedef struct {
  String Cert;
  String CACert;
} TsbxCertificateValidatorBeforeCertificateValidationEventParams;

typedef void __fastcall (__closure *TsbxCertificateValidatorBeforeCertificateValidationEvent)(System::TObject* Sender, TsbxCertificateValidatorBeforeCertificateValidationEventParams *e);

__property TsbxCertificateValidatorBeforeCertificateValidationEvent OnBeforeCertificateValidation = { read=FOnBeforeCertificateValidation, write=FOnBeforeCertificateValidation };

Remarks

This event is fired when the component is about to start validating Cert with CACert.

A 'validation' is a single step of validating a certificate with its CA certificate. A row of consecutive validations of the same certificate with different CAs are grouped into 'processings.'

The firing of AfterCertificateValidation marks the end of the certificate validation step.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]