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