SecureBlackbox 2020 C++ Edition

Questions / Feedback?

TLSEstablished Event

Reports the setup of a TLS session.

Syntax

ANSI (Cross Platform)
virtual int FireTLSEstablished(HTTPServerTLSEstablishedEventParams *e);
typedef struct {
int64 ConnectionID; int reserved; } HTTPServerTLSEstablishedEventParams; Unicode (Windows) virtual INT FireTLSEstablished(HTTPServerTLSEstablishedEventParams *e);
typedef struct {
LONG64 ConnectionID; INT reserved; } HTTPServerTLSEstablishedEventParams;
- (void)onTLSEstablished:(long long)connectionID;
#define EID_HTTPSERVER_TLSESTABLISHED 19

virtual INT SECUREBLACKBOX_CALL FireTLSEstablished(LONG64 &lConnectionID);

Remarks

Subscribe to this event to be notified about the setup of a TLS connection by a connected client.

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