MailMessage.CanDecrypt Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
CanDecrypt
Gets a value indicating whether the message can be decrypted.
Declaration
public bool CanDecrypt { get; }
Property Value
Type | Description |
---|---|
Boolean | A value indicating whether the message can be decrypted. |
Remarks
An encrypted message can only be decrypted if the corresponding private key are available.