arsd-official ~master (2024-10-25T16:17:57Z)
Dub
Repo
cef_sslinfo_t
arsd
webview
Structure representing SSL information.
version(cef && embedded_cef_bindings)
extern (
C
)
struct
cef_sslinfo_t {
cef_base_ref_counted_t
base
;
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
Source
See Implementation
arsd
webview
classes
CEF
WebView
enums
cef_content_setting_types_t
cef_content_setting_values_t
cef_log_severity_t
functions
cef_api_hash
cef_version_info
structs
cef_insets_t
cef_point_t
cef_rect_t
cef_size_t
libcef
Structure representing SSL information.