Click or drag to resize

SMIMEConfiguration Class

Represents S/MIME decrypt configuration (automatic decryption, certificates used for decryption).
Inheritance Hierarchy
SystemObject
  Limilabs.MailSMIMEConfiguration

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public class SMIMEConfiguration

The SMIMEConfiguration type exposes the following members.

Constructors
 NameDescription
Public methodSMIMEConfiguration Initializes new S/MIME configuration class.
Public methodSMIMEConfiguration(ListX509Certificate2) Initializes new S/MIME configuration class.
Public methodSMIMEConfiguration(X509Certificate2) Initializes new S/MIME configuration class.
Top
Properties
 NameDescription
Public propertyCertificate Gets or sets certificate used for decryption.
Public propertyCertificates Gets or sets the list of certificates used for decryption.
Public propertyCopyHeadersOnDecryption Specifies if email headers from the outer message are copied to a decrypted, inner email message. Non existent headers are copied only; no override occurs. Default is false.
Public propertyCopyHeadersOnSignedExtraction Specifies if email headers from the outer message are copied to a signed, inner email message. Non existent headers are copied only; no override occurs. Default is false.
Public propertyDecryptAutomatically Specifies if S/MIME encrypted messages should be decrypted automatically. Decryption searches through Certificates collection and My store to find appropriate certificate. Default is true.
Public propertyExtractSignedAutomatically Specifies if S/MIME signed messages should be extracted automatically. This settings affects signed emails that use pkcs7-mime signed-data (not detached signatures). Default is true.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also