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

◆ sslNewSessionCallback

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

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

Parameters
contextAn opaque type that represents the security context associated with the current connection.
hostThe target host name.

Definition at line 55 of file ClientAuthenticationOptions.h.