cef_sslstatus_t

Structure representing the SSL information for a navigation entry.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_sslstatus_t {
extern (System)
int function(cef_sslstatus_t* self) nothrow is_secure_connection;
extern (System)
cef_cert_status_t function(cef_sslstatus_t* self) nothrow get_cert_status;
extern (System)
cef_ssl_version_t function(cef_sslstatus_t* self) nothrow get_sslversion;
extern (System)
cef_ssl_content_status_t function(cef_sslstatus_t* self) nothrow get_content_status;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

get_x509certificate
cef_x509certificate_t* function(cef_sslstatus_t* self) nothrow get_x509certificate;

Returns the X.509 certificate.

Meta