Method

GioTlsCertificateget_not_valid_before

since: 2.70

Declaration [src]

GDateTime*
g_tls_certificate_get_not_valid_before (
  GTlsCertificate* cert
)

Description [src]

Returns the time at which the certificate became or will become valid.

Available since: 2.70

Return value

Type: GDateTime

The not-valid-before date, or NULL if it’s not available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.