SecureBlackbox Lite 2020 Qt Edition

Questions / Feedback?

BeforeCRLDownload Event

Fires when a CRL is about to be downloaded.

Syntax

class CertificateValidatorBeforeCRLDownloadEventParams {
public:
  const QString &Cert();
  const QString &CACert();
  const QString &Location();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void BeforeCRLDownload(CertificateValidatorBeforeCRLDownloadEventParams *e);
// Or, subclass CertificateValidator and override this emitter function. virtual int FireBeforeCRLDownload(CertificateValidatorBeforeCRLDownloadEventParams *e) {...}

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 Lite 2020 Qt Edition - Version 20.0 [Build 8166]