cef_select_client_certificate_callback_t

Callback structure used to select a client certificate for authentication.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_select_client_certificate_callback_t {
extern (System)
void function(cef_select_client_certificate_callback_t* self, cef_x509certificate_t* cert) nothrow select;
}

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

Meta