SecureBlackbox Lite 2020 Qt Edition

Questions / Feedback?

BeforeCACertificateDownload Event

Fires when a CA certificate is about to be downloaded.

Syntax

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

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