SecureBlackbox Lite 2020 Qt Edition

Questions / Feedback?

CACertificateDownloaded Event

Marks the success of a certificate download.

Syntax

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

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