SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SessionEstablished Event

This event is fired when a new session has been established.

Syntax

ANSI (Cross Platform)
virtual int FireSessionEstablished(SAMLIdPServerSessionEstablishedEventParams *e);
typedef struct {
int64 ConnectionID;
const char *Username; int reserved; } SAMLIdPServerSessionEstablishedEventParams; Unicode (Windows) virtual INT FireSessionEstablished(SAMLIdPServerSessionEstablishedEventParams *e);
typedef struct {
LONG64 ConnectionID;
LPCWSTR Username; INT reserved; } SAMLIdPServerSessionEstablishedEventParams;
- (void)onSessionEstablished:(long long)connectionID :(NSString*)username;
#define EID_SAMLIDPSERVER_SESSIONESTABLISHED 8

virtual INT SECUREBLACKBOX_CALL FireSessionEstablished(LONG64 &lConnectionID, LPSTR &lpszUsername);

Remarks

ConnectionID contains the identifier of the new session, Username specifies the client's address and Username.

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