Method
GioTlsClientConnectionget_accepted_cas
Description
Gets the list of distinguished names of the Certificate Authorities
that the server will accept certificates from. This will be set
during the TLS handshake if the server requests a certificate.
Otherwise, it will be NULL
.
Each item in the list is a GByteArray
which contains the complete
subject DN of the certificate authority.
Available since: | 2.28 |
Gets property | Gio.TlsClientConnection:accepted-cas |
Return value
Returns: | GList |
The list of
CA DNs. You should unref each element with |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |