SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

BeforeCACertificateDownload Event

Fires when a CA certificate is about to be downloaded.

Syntax

typedef struct {
  String Cert;
  String Location;
} TsbiCertificateValidatorBeforeCACertificateDownloadEventParams;

typedef void __fastcall (__closure *TsbiCertificateValidatorBeforeCACertificateDownloadEvent)(System::TObject* Sender, TsbiCertificateValidatorBeforeCACertificateDownloadEventParams *e);

__property TsbiCertificateValidatorBeforeCACertificateDownloadEvent OnBeforeCACertificateDownload = { read=FOnBeforeCACertificateDownload, write=FOnBeforeCACertificateDownload };

Remarks

This event is fired when a CA certificate that is needed to validate Cert is about to be downloaded from Location.

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