SecureBlackbox 2020 Qt Edition

Questions / Feedback?

AfterGenerateCert Event

Signifies completion of certificate generation.

Syntax

class KMIPServerAfterGenerateCertEventParams {
public:
  qint64 ConnectionId();
  const QString &UniqueIdentifier();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void AfterGenerateCert(KMIPServerAfterGenerateCertEventParams *e);
// Or, subclass KMIPServer and override this emitter function. virtual int FireAfterGenerateCert(KMIPServerAfterGenerateCertEventParams *e) {...}

Remarks

The class fires this event upon completion of certificate generation routine. The generated certificate can be read from GeneratedCert.

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