cef_sslinfo_t

Structure representing SSL information.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_sslinfo_t {
extern (System)
cef_cert_status_t function(cef_sslinfo_t* self) nothrow get_cert_status;
extern (System)
cef_x509certificate_t* function(cef_sslinfo_t* self) nothrow get_x509certificate;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta