SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

SessionClosed Event

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

Syntax

typedef struct {
  __int64 ConnectionID;
} TsbxSAMLIdPServerSessionClosedEventParams;

typedef void __fastcall (__closure *TsbxSAMLIdPServerSessionClosedEvent)(System::TObject* Sender, TsbxSAMLIdPServerSessionClosedEventParams *e);

__property TsbxSAMLIdPServerSessionClosedEvent OnSessionClosed = { read=FOnSessionClosed, write=FOnSessionClosed };

Remarks

ConnectionID contains the identifier of the closed session.

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