Method

GioDtlsConnectionget_certificate

since: 2.48

Declaration

GTlsCertificate*
g_dtls_connection_get_certificate (
  GDtlsConnection* conn
)

Description

Gets conns certificate, as set by g_dtls_connection_set_certificate().

Available since: 2.48

Return value

Type: GTlsCertificate

conns certificate, or NULL.

The data is owned by the instance.
The return value can be NULL.