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

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

Syntax

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

Inheritance Hierarchy

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

See Also