Mono Class Library: System.Security.Cryptography Namespace

System.Security.Cryptography.RC2CryptoServiceProvider Class

Managed implementation of the RC2(r) symmetric algorithm. [Edit]

See Also: RC2CryptoServiceProvider Members

System.Object
     System.Security.Cryptography.SymmetricAlgorithm
          System.Security.Cryptography.RC2
               System.Security.Cryptography.RC2CryptoServiceProvider

[System.Runtime.InteropServices.ComVisible(true)]
public sealed class RC2CryptoServiceProvider : RC2

Remarks

This implementation supports key size from 40 bits to 128 bits to match Microsoft implementation (based on CryptoAPI). Also to maintain compatibility with CryptoAPI this implementation requires that the effective key size always match the key size.

In Mono this class is completely implemented in managed code.

[Edit]

Requirements

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