Method

GcrCertificateget_alt_name

Declaration [src]

gchar*
gcr_certificate_get_alt_name (
  GcrCertificate* self
)

Description [src]

Get a subject alternative name to represent the owner of this certificate.

This will try to lookup the RFC822Name value.

Return value

Type: gchar*

The allocated RFC822Name value, or NULL if no value.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.