| Top |  |  |  |  | 
InfGtkCertificateManager is derived from InfCertificateVerify, and as such it verifies server certificates. This class handles the “check-certificate” signal by showing a InfGtkCertificateDialog to the user to let them decide whether or not to accept the server's certificate.
InfGtkCertificateManager * inf_gtk_certificate_manager_new (GtkWindow *parent_window,InfXmppManager *xmpp_manager,const gchar *known_hosts_file);
Creates a new InfGtkCertificateManager. See InfCertificateVerify for details about the certificate verification process.
[constructor]
| parent_window | The GtkWindow to which to make certificate verification dialogs transient to. | |
| xmpp_manager | The InfXmppManager whose InfXmppConnections to manage the certificates for. | |
| known_hosts_file | Path pointing to a file
that contains pinned certificates, or  | [type filename][allow-none] |