Credential.for_certificate_pin
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "2.34" ) ]
public Credential.for_certificate_pin (string pin, CredentialPersistence persistence)
  [ Version ( since = "2.34" ) ]
public Credential.for_certificate_pin (string pin, CredentialPersistence persistence)
Create a new credential from the provided PIN and persistence mode.
Note that webkit_credential_persistence_permanent is not supported for certificate pin credentials.
Parameters:
| pin | The PIN for the new credential | 
| persistence | The CredentialPersistence of the new credential | 
Returns:
| A Credential. |