| 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
)
Function Decrypt (
certificates As List(Of X509Certificate2)
) As IMail
IMail^ Decrypt(
List<X509Certificate2^>^ certificates
)
abstract Decrypt :
certificates : List<X509Certificate2> -> IMail
Parameters
- certificates
- Type: System.Collections.GenericListX509Certificate2
Certificates used for decryption.
Return Value
Type:
IMailDecrypted email message.
See Also