function get_expiry_date(): GLib.Date {
// Gjs wrapper for gcr_certificate_get_expiry_date()
}
Get the expiry 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 expiry date of this certificate.