SecureBlackbox 2020 Qt Edition

Questions / Feedback?

ParameterReceived Event

Passes a standard request parameter to the user code.

Syntax

class DCAuthParameterReceivedEventParams {
public:
  const QString &Name();
  const QString &Value();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void ParameterReceived(DCAuthParameterReceivedEventParams *e);
// Or, subclass DCAuth and override this emitter function. virtual int FireParameterReceived(DCAuthParameterReceivedEventParams *e) {...}

Remarks

This event is fired when one of 'standard' protocol parameters has been found in the request: - SessionID - DataURL - GoURL - Token - PKCS11Libraries - AllowFileStorage - AllowTokenStorage - AllowWindowsStorage - AllowOSStorage Parameters are reported one-by-one upon being processed.

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