SecurityServices for .NET 2.0 Documentation

ARCFourManaged Class

[This is preliminary documentation and subject to change.]

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

For a list of all members of this type, see ARCFourManaged Members.

System.Object
   SymmetricAlgorithm
      RC4
         ARCFourManaged

public class ARCFourManaged : RC4

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

RC4 is a trademark of RSA Data Security Inc.

Requirements

Namespace: Org.Mentalis.SecurityServices.Cryptography

Assembly: Org.Mentalis.SecurityServices (in Org.Mentalis.SecurityServices.dll)

See Also

ARCFourManaged Members | Org.Mentalis.SecurityServices.Cryptography Namespace