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.23341.1754
Syntax
public class SMIMEConfiguration

The SMIMEConfiguration type exposes the following members.

Constructors
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also