Gets a value indicating whether the message can be decrypted.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Property CanDecrypt As Boolean Get | 
| C# | 
|---|
| public bool CanDecrypt { get; } | 
Field Value
A value indicating whether the message can be decrypted. Remarks
Remarks
            An encrypted message can only be decrypted if the corresponding private key are available.
            
 
     
     
     
     
    