Gets or sets the encryption algorithm used for encryption and decryption.

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

Syntax

Visual Basic
Public Property EncryptionAlgorithm As FileEncryptionAlgorithm
	Get
	Set
C#
public FileEncryptionAlgorithm EncryptionAlgorithm { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also