SourceSMIME
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_source_smime_get_type ()" ) ]
[
Version ( since =
"3.6" ) ]
public class SourceSMIME :
SourceExtension
Contains only private data that should be read and manipulated using the functions below.
Content:
Properties:
Creation methods:
Methods:
- public string? dup_encryption_certificate ()
- public string? dup_signing_algorithm ()
- public string? dup_signing_certificate ()
- public bool get_encrypt_by_default ()
Returns whether to encrypt outgoing messages by default using S/MIME
software such as Mozilla Network Security Services (NSS).
- public bool get_encrypt_to_self ()
Returns whether to "encrypt-to-self" when sending encrypted messages.
- public unowned string? get_encryption_certificate ()
Returns the S/MIME certificate name used to encrypt messages.
- public bool get_sign_by_default ()
Returns whether to digitally sign outgoing messages by default using
S/MIME software such as Mozilla Network Security Services (NSS).
- public unowned string? get_signing_algorithm ()
Returns the name of the hash algorithm used to digitally sign outgoing
messages.
- public unowned string? get_signing_certificate ()
Returns the S/MIME certificate name used to sign messages.
- public void set_encrypt_by_default (bool encrypt_by_default)
Sets whether to encrypt outgoing messages by default using S/MIME
software such as Mozilla Network Security Services (NSS).
- public void set_encrypt_to_self (bool encrypt_to_self)
Sets whether to "encrypt-to-self" when sending encrypted messages.
- public void set_encryption_certificate (string? encryption_certificate)
Sets the certificate name used to encrypt messages.
- public void set_sign_by_default (bool sign_by_default)
Sets whether to digitally sign outgoing messages by default using
S/MIME software such as Mozilla Network Security Services (NSS).
- public void set_signing_algorithm (string? signing_algorithm)
Sets the name of the hash algorithm used to digitally sign outgoing
messages.
- public void set_signing_certificate (string? signing_certificate)
Sets the S/MIME certificate name used to sign messages.
Inherited Members:
All known members inherited from class E.SourceExtension
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref