Initializes a new instance of the RC4CryptoServiceProvider class.

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

Syntax

C#
public RC4CryptoServiceProvider()
Visual Basic
Public Sub New
Visual C++
public:
RC4CryptoServiceProvider()

Exceptions

ExceptionCondition
System.Security.Cryptography..::..CryptographicExceptionAn error occurs while acquiring the CSP.

See Also