SecureBlackbox 2020 Qt Edition

Questions / Feedback?

SessionClosed Event

This event is fired when the SP server has closed a session.

Syntax

class SAMLSPServerSessionClosedEventParams {
public:
  qint64 ConnectionID();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void SessionClosed(SAMLSPServerSessionClosedEventParams *e);
// Or, subclass SAMLSPServer and override this emitter function. virtual int FireSessionClosed(SAMLSPServerSessionClosedEventParams *e) {...}

Remarks

ConnectionID contains the identifier of the closed session.

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