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.
context | An opaque type that represents the security context associated with the current connection. |
adapterName | The name of the object adapter that accepted the connection. |
Definition at line 56 of file ServerAuthenticationOptions.h.