Method

GioTlsClientConnectionget_server_identity

since: 2.28

Declaration

GSocketConnectable*
g_tls_client_connection_get_server_identity (
  GTlsClientConnection* conn
)

Description

Gets conns expected server identity.

Available since: 2.28

Return value

Type: GSocketConnectable

A GSocketConnectable describing the expected server identity, or NULL if the expected identity is not known.

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