Gets an encryption algorithm used to encrypt an encrypted message.

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

Syntax

Visual Basic
Public ReadOnly Property EncryptionAlgorithm As MailEncryptionAlgorithm
	Get
C#
public MailEncryptionAlgorithm EncryptionAlgorithm { get; }

Field Value

An encryption algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also