Gcr.Certificate.prototype.get_serial_number_hex

function get_serial_number_hex(): String {
    // Gjs wrapper for gcr_certificate_get_serial_number_hex()
}
  

Get the serial number of the certificate as a hex string.

The caller should free the returned data using g_free() when it is no longer required.

Returns

an allocated string containing the serial number as hex.