SecureBlackbox 2020 Qt Edition

Questions / Feedback?

RetrieveCertificate Event

This event is fired when a certificate should be retrieved.

Syntax

class ASiCVerifierRetrieveCertificateEventParams {
public:
  const QString &URI();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void RetrieveCertificate(ASiCVerifierRetrieveCertificateEventParams *e);
// Or, subclass ASiCVerifier and override this emitter function. virtual int FireRetrieveCertificate(ASiCVerifierRetrieveCertificateEventParams *e) {...}

Remarks

This event could occur if you are verifying XAdES-C form or higher. URI parameter contains a URI value of the stored certificate along with a signature. The user should add the certificate to the KnownCertificates property.

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