Gcr.Certificate.prototype.get_subject_dn

function get_subject_dn(): String {
    // Gjs wrapper for gcr_certificate_get_subject_dn()
}
  

Get the full subject DN of the certificate as a (mostly) readable string.

The string returned should be freed by the caller when no longer required.

Returns

The allocated subject DN of the certificate.