Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

ssl::verify_context::native_handle_type

The native handle type of the verification context.

typedef X509_STORE_CTX * native_handle_type;
Requirements

Header: boost/asio/ssl/verify_context.hpp

Convenience header: boost/asio/ssl.hpp


PrevUpHomeNext