Creates an instance of the default cryptographic object used to perform the RC4 transformation.

Namespace: LLCryptoLib.Security.Cryptography
Assembly: 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

ExceptionCondition
System.Security.Cryptography..::..CryptographicExceptionAn error occurs while acquiring the CSP.
System..::..InvalidOperationExceptionFIPS compliance is required, but the current implementation isn't FIPS verified.

See Also