ssl::verify_context

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - ssl::verify_context::verify_context

ssl::verify_context::verify_context 생성자(constructor). verify_context( native_handle_type handle); Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - ssl::verify_context::native_handle_type

ssl::verify_context::native_handle_type 확인 컨텍스트의 기본(native) 핸들 유형이다. typedef X509_STORE_CTX * native_handle_type; 요구 사항 일반 헤더: boost/asio/ssl/verify_context.hpp 편의 헤더: boost/asio/ssl.hpp Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - ssl::verify_context::native_handle

ssl::verify_context::native_handle 기본(native) 유형에서 기저 구현을 가져온다. native_handle_type native_handle(); 이 함수는 컨텍스트의 기저 구현을 얻는 데 사용할 수 있다. 이는 지원되지 않는 기본(native) 컨텍스트 기능에 대한 접근을 허용하기 위한 것이다. Boost.Asio 홈

까마귀75
'ssl::verify_context' 태그의 글 목록