TlsCertificate.isSame
bool isSame(gio.tls_certificate.TlsCertificate certTwo)Check if two #GTlsCertificate objects represent the same certificate. The raw DER byte data of the two certificates are checked for equality. This has the effect that two certificates may compare equal even if their #GTlsCertificate:issuer, #GTlsCertificate:private-key, or #GTlsCertificate:private-key-pem properties differ.
Parameters
certTwo | second certificate to compare |
Returns
whether the same or not