Interface
GioTlsFileDatabase
since: 2.30
Prerequisite
In order to implement TlsFileDatabase, your type must inherit fromGTlsDatabase
.
Functions
g_tls_file_database_new
Creates a new GTlsFileDatabase
which uses anchor certificate authorities
in anchors
to verify certificate chains.
since: 2.30
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.
since: 2.30