gio.tls_file_database

Module for [TlsFileDatabase] interface

Types 2

gio.tls_file_database.TlsFileDatabase is implemented by gio.tls_database.TlsDatabase objects which load their certificate information from a file. It is an interface which TLS library specific subtypes implement.

Methods
GType _getGType() static nothrow
string anchors() @property nothrow;Get `anchors` property. Returns: 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 v...
void anchors(string propval) @property nothrow;Set `anchors` property. Params: propval = 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 pur...
gio.tls_file_database.TlsFileDatabase new_(string anchors) staticCreates a new #GTlsFileDatabase which uses anchor certificate authorities in anchors to verify certificate chains.

Fluent builder implementation template for gio.tls_file_database.TlsFileDatabase

Methods
T anchors(string propval) nothrow;Set `anchors` property. Params: propval = 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 pur...