Gets a value indicating whether the message can be decrypted.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

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

An encrypted message can only be decrypted if the corresponding private key are available.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also