SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

CRLDownloaded Event

Marks the success of a CRL download.

Syntax

ANSI (Cross Platform)
virtual int FireCRLDownloaded(CertificateValidatorCRLDownloadedEventParams *e);
typedef struct {
const char *Cert;
const char *CACert;
const char *Location; int reserved; } CertificateValidatorCRLDownloadedEventParams; Unicode (Windows) virtual INT FireCRLDownloaded(CertificateValidatorCRLDownloadedEventParams *e);
typedef struct {
LPCWSTR Cert;
LPCWSTR CACert;
LPCWSTR Location; INT reserved; } CertificateValidatorCRLDownloadedEventParams;
- (void)onCRLDownloaded:(NSString*)cert :(NSString*)CACert :(NSString*)location;
#define EID_CERTIFICATEVALIDATOR_CRLDOWNLOADED 10

virtual INT SECUREBLACKBOXLITE_CALL FireCRLDownloaded(LPSTR &lpszCert, LPSTR &lpszCACert, LPSTR &lpszLocation);

Remarks

This event is fired when a CRL containing the validation information for Cert has been successfully downloaded from Location. This event is always preceded with BeforeCRLDownload event.

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