MailMessage.Decrypt Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
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 CanDecrypt property.
Unless the message is signed as well, this will make it possible to modify the resulting message.