Specifies algorithm used to encrypt or decrypt.

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

Syntax

Visual Basic
Public Enumeration FileEncryptionAlgorithm
C#
public enum FileEncryptionAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkAesXts
AES in XTS mode.
Supported by the .NET Compact FrameworkAesCbc
AES in CBC mode.
Supported by the .NET Compact FrameworkTripleDesCbc
TripleDes in CBC mode.
Supported by the .NET Compact FrameworkTwofishCbc
Twofish in CBC mode.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also