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(List<(Of <<'(X509Certificate2>)>>))
Decrypts the message. Searches through specified certificates and My certificate store to find appropriate certificate. You can use SMIMEConfiguration to specify certificates and automatic email decryption.
Public methodDecrypt(X509Certificate2)
Decrypts the message using specified certificate for decryption. Searches through specified certificate and My certificate store to find appropriate certificate. You can use SMIMEConfiguration to specify certificates and automatic email decryption.

See Also