SecureBlackbox 2020 C++ Edition

Questions / Feedback?

CACertificateDownloaded Event

Marks the success of a certificate download.

Syntax

ANSI (Cross Platform)
virtual int FireCACertificateDownloaded(CertificateValidatorCACertificateDownloadedEventParams *e);
typedef struct {
const char *Cert;
const char *Location; int reserved; } CertificateValidatorCACertificateDownloadedEventParams; Unicode (Windows) virtual INT FireCACertificateDownloaded(CertificateValidatorCACertificateDownloadedEventParams *e);
typedef struct {
LPCWSTR Cert;
LPCWSTR Location; INT reserved; } CertificateValidatorCACertificateDownloadedEventParams;
- (void)onCACertificateDownloaded:(NSString*)cert :(NSString*)location;
#define EID_CERTIFICATEVALIDATOR_CACERTIFICATEDOWNLOADED 8

virtual INT SECUREBLACKBOX_CALL FireCACertificateDownloaded(LPSTR &lpszCert, LPSTR &lpszLocation);

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