Realistic 3D camera system
3D camera system components
Public Types | Public Member Functions | List of all members
asio::ssl::verify_context Class Reference

#include <verify_context.hpp>

Inheritance diagram for asio::ssl::verify_context:
asio::detail::noncopyable

Public Types

typedef X509_STORE_CTX * native_handle_type
 The native handle type of the verification context. More...
 

Public Member Functions

 verify_context (native_handle_type handle)
 Constructor. More...
 
native_handle_type native_handle ()
 Get the underlying implementation in the native type. More...
 

Detailed Description

A simple wrapper around the X509_STORE_CTX type, used during verification of a peer certificate.

Note
The verify_context does not own the underlying X509_STORE_CTX object.

Definition at line 37 of file verify_context.hpp.

Member Typedef Documentation

The native handle type of the verification context.

Definition at line 42 of file verify_context.hpp.

Constructor & Destructor Documentation

asio::ssl::verify_context::verify_context ( native_handle_type  handle)
inlineexplicit

Constructor.

Definition at line 45 of file verify_context.hpp.

Member Function Documentation

native_handle_type asio::ssl::verify_context::native_handle ( )
inline

Get the underlying implementation in the native type.

This function may be used to obtain the underlying implementation of the context. This is intended to allow access to context functionality that is not otherwise provided.

Definition at line 56 of file verify_context.hpp.


The documentation for this class was generated from the following file: