Decrypts an encrypted message, making the content accessible.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Sub Decrypt |
| C# |
|---|
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.