/n software 3-D Secure V2 Qt Edition

Questions / Feedback?

SSLStatus Event

Shows the progress of the secure connection.

Syntax

class ClientSSLStatusEventParams {
public:
  const QString &Message();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void SSLStatus(ClientSSLStatusEventParams *e);
// Or, subclass Client and override this emitter function. virtual int FireSSLStatus(ClientSSLStatusEventParams *e) {...}

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Qt Edition - Version 2.2 [Build 8318]