cef_x509cert_principal_t

Structure representing the issuer or subject field of an X.509 certificate.

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

get_common_name
cef_string_userfree_t function(cef_x509cert_principal_t* self) nothrow get_common_name;
get_country_name
cef_string_userfree_t function(cef_x509cert_principal_t* self) nothrow get_country_name;

Returns the country name.

get_organization_names
void function(cef_x509cert_principal_t* self, cef_string_list_t names) nothrow get_organization_names;

Retrieve the list of organization names.

get_organization_unit_names
void function(cef_x509cert_principal_t* self, cef_string_list_t names) nothrow get_organization_unit_names;

Retrieve the list of organization unit names.

get_state_or_province_name
cef_string_userfree_t function(cef_x509cert_principal_t* self) nothrow get_state_or_province_name;

Returns the state or province name.

Meta