Overload List
| 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(List<(Of <<'(X509Certificate2>)>>)) |
Decrypts the message.
Searches through specified certificates and My certificate store to find appropriate certificate.
You can use SMIMEConfiguration to specify certificates and automatic email decryption.
| |
| Decrypt(X509Certificate2) |
Decrypts the message using specified certificate for decryption.
Searches through specified certificate and My certificate store to find appropriate certificate.
You can use SMIMEConfiguration to specify certificates and automatic email decryption.
|