SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

BeforeCACertificateDownload Event

Fires when a CA certificate is about to be downloaded.

Syntax

ANSI (Cross Platform)
virtual int FireBeforeCACertificateDownload(CertificateValidatorBeforeCACertificateDownloadEventParams *e);
typedef struct {
const char *Cert;
const char *Location; int reserved; } CertificateValidatorBeforeCACertificateDownloadEventParams; Unicode (Windows) virtual INT FireBeforeCACertificateDownload(CertificateValidatorBeforeCACertificateDownloadEventParams *e);
typedef struct {
LPCWSTR Cert;
LPCWSTR Location; INT reserved; } CertificateValidatorBeforeCACertificateDownloadEventParams;
- (void)onBeforeCACertificateDownload:(NSString*)cert :(NSString*)location;
#define EID_CERTIFICATEVALIDATOR_BEFORECACERTIFICATEDOWNLOAD 3

virtual INT SECUREBLACKBOXLITE_CALL FireBeforeCACertificateDownload(LPSTR &lpszCert, LPSTR &lpszLocation);

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++ Edition - Version 20.0 [Build 8166]