Click or drag to resize

IMail.Decrypt Method (X509Certificate2)

Decrypts the message using specified certificate for decryption. Uses the specified certificate and My certificate store to find appropriate certificate.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IMail Decrypt(
	X509Certificate2 certificate
)

Parameters

certificate
Type: System.Security.Cryptography.X509Certificates.X509Certificate2
Certificate used for decryption.

Return Value

Type: IMail
Decrypted email message.
See Also