Specifies symmetric algorithm.

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

Syntax

Visual Basic
Public Enumeration SymmetricKeyAlgorithmId
C#
public enum SymmetricKeyAlgorithmId

Members

Member nameDescription
Supported by the .NET Compact FrameworkAES
AES.
Supported by the .NET Compact FrameworkTripleDES
3DES.
Supported by the .NET Compact FrameworkTwofish
Twofish.
Supported by the .NET Compact FrameworkDES
DES.
Supported by the .NET Compact FrameworkArcTwo
RC2.
Supported by the .NET Compact FrameworkArcFour
An algorithm compatible with RC4.
Supported by the .NET Compact FrameworkBlowfish
Blowfish.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also