cef_x509certificate_t.get_subject

Returns the subject of the X.509 certificate. For HTTPS server certificates this represents the web server. The common name of the subject should match the host name of the web server.

struct cef_x509certificate_t
extern (System)
cef_x509cert_principal_t* function(cef_x509certificate_t* self) nothrow get_subject;

Meta