WebKit2.Credential.get_certificate (original) (raw)

WebKit2

API Version: 4.1

Library Version: 2.42.5

Type

Credential

Methods

copy free get_certificate get_password get_persistence get_username has_password

Generated by gi-docgen 2023.4

Method

WebKit2Credentialget_certificate

since: 2.34

Declaration [src]


GTlsCertificate*
webkit_credential_get_certificate (
  WebKitCredential* credential
)

Description [src]

Get the certificate currently held by this WebKitCredential.

Available since: 2.34

Return value

Type: GTlsCertificate

A GTlsCertificate, or NULL.

The returned data is owned by the instance.