SMIMEConfiguration Class |
Namespace: Limilabs.Mail
The SMIMEConfiguration type exposes the following members.
Name | Description | |
---|---|---|
SMIMEConfiguration |
Initializes new S/MIME configuration class.
| |
SMIMEConfiguration(ListX509Certificate2) |
Initializes new S/MIME configuration class.
| |
SMIMEConfiguration(X509Certificate2) |
Initializes new S/MIME configuration class.
|
Name | Description | |
---|---|---|
Certificate |
Gets or sets certificate used for decryption.
| |
Certificates |
Gets or sets the list of certificates used for decryption.
| |
CopyHeadersOnDecryption |
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.
| |
CopyHeadersOnSignedExtraction |
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.
| |
DecryptAutomatically |
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.
| |
ExtractSignedAutomatically |
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |