| Smime Methods |
The Smime type exposes the following members.
| Name | Description | |
|---|---|---|
| Decrypt(MailMessage) |
Decrypts an e-mail message if it's encrypted.
| |
| Decrypt(MailMessage, CertificateStore) |
Decrypts an e-mail message if it's encrypted.
| |
| Decrypt2 |
Decrypts an e-mail message if it's encrypted.
| |
| DecryptAndVerify(MailMessage, MessageVerificationFlags) |
Decrypts an e-mail message if it's encrypted and verifies its signature if it's signed.
| |
| DecryptAndVerify(MailMessage, MessageVerificationFlags, CertificateStore, CertificateStore) |
Decrypts an e-mail message if it's encrypted and verifies its signature if it's signed.
| |
| DecryptAndVerify2 |
Decrypts an e-mail message if it's encrypted and verifies its signature if it's signed.
| |
| Encrypt |
Encrypts an e-mail message.
| |
| 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.) | |
| ResetToDefaults |
Resets S/MIME settings to default values.
| |
| Sign(MailMessage, Certificate) |
Signs an e-mail message with a digital signature.
| |
| Sign(MailMessage, Certificate, CertificateCollection) |
Signs an e-mail message with a digital signature, with the ability to provide a user-defined chain of signing certificates.
| |
| SignAndEncrypt(MailMessage, Certificate, CertificateCollection) |
Signs and encrypts an e-mail message.
| |
| SignAndEncrypt(MailMessage, Certificate, CertificateCollection, CertificateCollection) |
Signs and encrypts an e-mail message, with the ability to provide a user-defined chain of signing certificates.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Verify |
Verifies if the signature of the specified e-mail message is valid.
| |
| Verify2 |
Verifies if the signature of the specified e-mail message is valid.
|