lookup_certificate_for_handle_async
Description:
public virtual async TlsCertificate lookup_certificate_for_handle_async (string handle, TlsInteraction? interaction, TlsDatabaseLookupFlags flags, Cancellable? cancellable = null) throws Error
Asynchronously look up a certificate by its handle in the database.
See lookup_certificate_for_handle for more information.
Parameters:
this | |
handle |
a certificate handle |
interaction |
used to interact with the user if necessary |
flags |
Flags which affect the lookup. |
cancellable |
a Cancellable, or null |
callback |
callback to call when the operation completes |
user_data |
the data to pass to the callback function |