SecureBlackbox 2020 C++ Edition

Questions / Feedback?

BeforeCRLDownload Event

Fires when a CRL is about to be downloaded.

Syntax

ANSI (Cross Platform)
virtual int FireBeforeCRLDownload(CertificateValidatorBeforeCRLDownloadEventParams *e);
typedef struct {
const char *Cert;
const char *CACert;
const char *Location; int reserved; } CertificateValidatorBeforeCRLDownloadEventParams; Unicode (Windows) virtual INT FireBeforeCRLDownload(CertificateValidatorBeforeCRLDownloadEventParams *e);
typedef struct {
LPCWSTR Cert;
LPCWSTR CACert;
LPCWSTR Location; INT reserved; } CertificateValidatorBeforeCRLDownloadEventParams;
- (void)onBeforeCRLDownload:(NSString*)cert :(NSString*)CACert :(NSString*)location;
#define EID_CERTIFICATEVALIDATOR_BEFORECRLDOWNLOAD 6

virtual INT SECUREBLACKBOX_CALL FireBeforeCRLDownload(LPSTR &lpszCert, LPSTR &lpszCACert, LPSTR &lpszLocation);

Remarks

This event is fired when a CRL (Certificate Revocation List) needed to validate Cert is going to be downloaded from Location.

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