SecureBlackbox 2020 Qt Edition

Questions / Feedback?

BeforeGenerateCert Event

Fires when a certificate generation request is received.

Syntax

class KMIPServerBeforeGenerateCertEventParams {
public:
  qint64 ConnectionId();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void BeforeGenerateCert(KMIPServerBeforeGenerateCertEventParams *e);
// Or, subclass KMIPServer and override this emitter function. virtual int FireBeforeGenerateCert(KMIPServerBeforeGenerateCertEventParams *e) {...}

Remarks

The class fires this event when it receives a request from the client to generate a certificate. The supplied certificate template is available in Certificate, and the request in CertificateRequest.

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