TlsFileDatabase.this

Creates a new GTlsFileDatabase which uses anchor certificate authorities in anchors to verify certificate chains. The certificates in anchors must be PEM encoded. Since 2.30

  1. this(GTlsFileDatabase* gTlsFileDatabase)
  2. this(string anchors)
    class TlsFileDatabase
    this
    (
    string anchors
    )

Parameters

anchors string

filename of anchor certificate authorities.

Throws

GException on failure. ConstructionException GTK+ fails to create the object.

Meta