Accesses the managed version of the ARCFour algorithm. This class cannot be inherited. ARCFour is fully compatible with the RC4TM algorithm.

Namespace: LLCryptoLib.Security.Cryptography
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public sealed class ARCFourManaged : RC4
Visual Basic
Public NotInheritable Class ARCFourManaged _
	Inherits RC4
Visual C++
public ref class ARCFourManaged sealed : public RC4

Remarks

RC4 is a trademark of RSA Data Security Inc.

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..SymmetricAlgorithm
    LLCryptoLib.Security.Cryptography..::..RC4
      LLCryptoLib.Security.Cryptography..::..ARCFourManaged

See Also