Interface
GioTlsFileDatabase
Prerequisite
In order to implement TlsFileDatabase, your type must inherit from
GTlsDatabase
.
Functions
g_tls_file_database_new
Creates a new GTlsFileDatabase
which uses anchor certificate authorities
in anchors
to verify certificate chains.
Properties
Gio.TlsFileDatabase:anchors
The path to a file containing PEM encoded certificate authority
root anchors. The certificates in this file will be treated as
root authorities for the purpose of verifying other certificates
via the g_tls_database_verify_chain()
operation.
Available since: 2.30