SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

CACertificateDownloaded Event

Marks the success of a certificate download.

Syntax

type TCACertificateDownloadedEvent = procedure (
  Sender: TObject;
  const Cert: String;
  const Location: String
) of Object;

property OnCACertificateDownloaded: TCACertificateDownloadedEvent 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 Delphi Edition - Version 20.0 [Build 8166]