GTlsDatabaseClass.lookupCertificateForHandle

struct GTlsDatabaseClass
extern (C)
GTlsCertificate* function(GTlsDatabase* self, const(char)* handle, GTlsInteraction* interaction, GTlsDatabaseLookupFlags flags, GCancellable* cancellable, GError** err) lookupCertificateForHandle;

Return Value

a newly allocated gio.TlsCertificate, or NULL. Use g_object_unref() to release the certificate.

Throws

GException on failure.