GTlsDatabaseClass.lookupCertificatesIssuedBy

struct GTlsDatabaseClass
extern (C)
GList* function(GTlsDatabase* self, GByteArray* issuerRawDn, GTlsInteraction* interaction, GTlsDatabaseLookupFlags flags, GCancellable* cancellable, GError** err) lookupCertificatesIssuedBy;

Return Value

a newly allocated list of gio.TlsCertificate objects. Use g_object_unref() on each certificate, and g_list_free() on the release the list.

Throws

GException on failure.