MailMessage.Decrypt Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9147)
Decrypt()
Decrypts an encrypted message, making the content accessible.
Declaration
public void Decrypt()
Remarks
For a successful decryption, a recipient's private key must be available -
see the Can
Unless the message is signed as well, this will make it possible to modify the resulting message.