 | IMailDecrypt(ListX509Certificate2) Method |
Decrypts the message.
Searches through specified certificates and
My certificate store to find appropriate certificate.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIMail Decrypt(
List<X509Certificate2> certificates
)
Function Decrypt (
certificates As List(Of X509Certificate2)
) As IMail
IMail^ Decrypt(
List<X509Certificate2^>^ certificates
)
abstract Decrypt :
certificates : List<X509Certificate2> -> IMail Parameters
- certificates ListX509Certificate2
- Certificates used for decryption.
Return Value
IMailDecrypted email message.
See Also