SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

CACertificateDownloaded Event

Marks the success of a certificate download.

Syntax

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

typedef void __fastcall (__closure *TsbxCertificateValidatorCACertificateDownloadedEvent)(System::TObject* Sender, TsbxCertificateValidatorCACertificateDownloadedEventParams *e);

__property TsbxCertificateValidatorCACertificateDownloadedEvent OnCACertificateDownloaded = { read=FOnCACertificateDownloaded, write=FOnCACertificateDownloaded };

Remarks

This event is fired when a CA certificate has been successfully downloaded from Location. This event is preceded with BeforeCACertificateDownload event.

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