Method

EDataServerSourceSMIMEset_encryption_certificate

since: 3.6

Declaration [src]

void
e_source_smime_set_encryption_certificate (
  ESourceSMIME* extension,
  const gchar* encryption_certificate
)

Description [src]

Sets the certificate name used to encrypt messages.

If the encryption_certificate string is empty, NULL is set instead.

Available since: 3.6

Parameters

encryption_certificate

Type: const gchar*

The certificate name used to encrypt messages, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.