Gcr.Certificate.prototype.get_issuer_cn
function get_issuer_cn(): String { // Gjs wrapper for gcr_certificate_get_issuer_cn() }
Get the common name of the issuer of this certificate.
The string returned should be freed by the caller when no longer required.
- Returns
The allocated issuer CN, or NULL if no issuer CN present.