SecurityServices for .NET 2.0 Documentation

RC4 Class

[This is preliminary documentation and subject to change.]

Represents the base class from which all implementations of the RC4 symmetric stream cipher must inherit.

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

System.Object
   SymmetricAlgorithm
      RC4
         ARCFourManaged
         RC4CryptoServiceProvider

public class RC4 : SymmetricAlgorithm

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

RC4 Members | Org.Mentalis.SecurityServices.Cryptography Namespace