Creates an instance of the default cryptographic object used to perform the RC4 transformation.
Namespace: LLCryptoLib.Security.CryptographyAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static RC4 Create() |
Visual Basic |
---|
Public Shared Function Create As RC4 |
Visual C++ |
---|
public:
static RC4^ Create() |
Return Value
The instance of a cryptographic object used to perform the RC4 transformation.
Exceptions
Exception | Condition |
---|
System.Security.Cryptography..::..CryptographicException | An error occurs while acquiring the CSP. |
System..::..InvalidOperationException | FIPS compliance is required, but the current implementation isn't FIPS verified. |
See Also