Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

ssl::context_service::set_password_callback

Set the password callback.

template<
    typename PasswordCallback>
boost::system::error_code set_password_callback(
    impl_type & impl,
    PasswordCallback callback,
    boost::system::error_code & ec);

PrevUpHomeNext