Initializes a new instance of the RC4CryptoServiceProvider class.
Namespace: LLCryptoLib.Security.CryptographyAssembly: 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
Exception | Condition |
---|---|
System.Security.Cryptography..::..CryptographicException | An error occurs while acquiring the CSP. |