Click or drag to resize

IMailDecrypt Method

Overload List
  NameDescription
Public methodDecrypt
Decrypts the message. Searches through My certificate store to find appropriate certificate. You can use SMIMEConfiguration to specify certificates and automatic email decryption.
Public methodDecrypt(ListX509Certificate2)
Decrypts the message. Searches through specified certificates and My certificate store to find appropriate certificate.
Public methodDecrypt(X509Certificate2)
Decrypts the message using specified certificate for decryption. Uses the specified certificate and My certificate store to find appropriate certificate.
Public methodDecrypt(MimeConfiguration)
Decrypts the message using specified MIME and S/MIME configuration.
Public methodDecrypt(SMIMEConfiguration)
Decrypts the message using specified S/MIME configuration.
Top
See Also