Gcr.Certificate.prototype.get_issued_date

function get_issued_date(): GLib.Date {
    // Gjs wrapper for gcr_certificate_get_issued_date()
}
  

Get the issued date of this certificate.

The GLib.Date returned should be freed by the caller using g_date_free() when no longer required.

Returns

An allocated issued date of this certificate.