IMailDecrypt Method |
Name | Description | |
---|---|---|
Decrypt |
Decrypts the message.
Searches through My certificate store to find appropriate certificate.
You can use SMIMEConfiguration to specify certificates and automatic email decryption.
| |
Decrypt(ListX509Certificate2) |
Decrypts the message.
Searches through specified certificates and My certificate store to find appropriate certificate.
| |
Decrypt(X509Certificate2) |
Decrypts the message using specified certificate for decryption.
Uses the specified certificate and My certificate store to find appropriate certificate.
| |
Decrypt(MimeConfiguration) |
Decrypts the message using specified MIME and S/MIME configuration.
| |
Decrypt(SMIMEConfiguration) |
Decrypts the message using specified S/MIME configuration.
|