SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

BeforeOCSPDownload Event

Fires when a certificate's OCSP status is about to be requested.

Syntax

typedef struct {
  String Cert;
  String CACert;
  String Location;
} TsbxCertificateValidatorBeforeOCSPDownloadEventParams;

typedef void __fastcall (__closure *TsbxCertificateValidatorBeforeOCSPDownloadEvent)(System::TObject* Sender, TsbxCertificateValidatorBeforeOCSPDownloadEventParams *e);

__property TsbxCertificateValidatorBeforeOCSPDownloadEvent OnBeforeOCSPDownload = { read=FOnBeforeOCSPDownload, write=FOnBeforeOCSPDownload };

Remarks

This event is fired when the validator is about to request a fresh revocation status from an OCSP responder.

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