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.
context | An opaque type that represents the security context associated with the current connection. |
host | The target host name. |
Definition at line 55 of file ClientAuthenticationOptions.h.