SecureBlackbox 2020 Qt Edition

Questions / Feedback?

CustomParametersReceived Event

Passes custom request parameters to the application.

Syntax

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

Remarks

Subscribe to this event to access custom signing parameters supplied by the signer in their request. The Value string contains the parameters as included by the requestor.

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