Click or drag to resize

IMailDecrypt Method (ListX509Certificate2)

Decrypts the message. Searches through specified certificates and My certificate store to find appropriate certificate.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IMail Decrypt(
	List<X509Certificate2> certificates
)

Parameters

certificates
Type: System.Collections.GenericListX509Certificate2
Certificates used for decryption.

Return Value

Type: IMail
Decrypted email message.
See Also