asio C++ library

PrevUpHomeNext

ssl::context::use_private_key_file

Use a private key from a file.

void use_private_key_file(
    const std::string & filename,
    file_format format);
  » more...

void use_private_key_file(
    const std::string & filename,
    file_format format,
    asio::error_code & ec);
  » more...

PrevUpHomeNext