- base
cef_base_t base;
Undocumented in source.
- get_common_name
cef_string_userfree_t function(cef_x509cert_principal_t*) get_common_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_country_name
cef_string_userfree_t function(cef_x509cert_principal_t*) get_country_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_display_name
cef_string_userfree_t function(cef_x509cert_principal_t*) get_display_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_domain_components
void function(cef_x509cert_principal_t*, cef_string_list_t) get_domain_components;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_locality_name
cef_string_userfree_t function(cef_x509cert_principal_t*) get_locality_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_organization_names
void function(cef_x509cert_principal_t*, cef_string_list_t) get_organization_names;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_organization_unit_names
void function(cef_x509cert_principal_t*, cef_string_list_t) get_organization_unit_names;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_state_or_province_name
cef_string_userfree_t function(cef_x509cert_principal_t*) get_state_or_province_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_street_addresses
void function(cef_x509cert_principal_t*, cef_string_list_t) get_street_addresses;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.