SecurityServices for .NET 2.0 Documentation

RC4CryptoServiceProvider Class

[This is preliminary documentation and subject to change.]

Defines a wrapper object to access the cryptographic service provider (CSP) version of the RC4 algorithm. This class cannot be inherited.

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

System.Object
   SymmetricAlgorithm
      RC4
         RC4CryptoServiceProvider

public class RC4CryptoServiceProvider : 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.

Requirements

Namespace: Org.Mentalis.SecurityServices.Cryptography

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

See Also

RC4CryptoServiceProvider Members | Org.Mentalis.SecurityServices.Cryptography Namespace