System.Security.Cryptography.RC2 Class

Represents the base class from which all implementations of the System.Security.Cryptography.RC2 algorithm must derive.

See Also: RC2 Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public abstract class RC2 : SymmetricAlgorithm

Remarks

Note:

A newer symmetric encryption algorithm, Advanced Encryption Standard (AES), is available. Consider using the System.Security.Cryptography.Aes algorithm and its derived classes instead of the System.Security.Cryptography.RC2 class. Use System.Security.Cryptography.RC2 only for compatibility with legacy applications and data.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0