Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ sslNewSessionCallback

std::function<void(CtxtHandle context, const std::string& adapterName)> Ice::SSL::SchannelServerAuthenticationOptions::sslNewSessionCallback

A callback invoked before initiating a new SSL handshake, providing an opportunity to customize the SSL parameters for the session based on specific server settings or requirements.

Parameters
contextAn opaque type that represents the security context associated with the current connection.
adapterNameThe name of the object adapter that accepted the connection.

Definition at line 56 of file ServerAuthenticationOptions.h.