SecurityServices for .NET 2.0 Documentation

RC4.Create Method ()

[This is preliminary documentation and subject to change.]

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

new public static RC4 Create();

Return Value

The instance of a cryptographic object used to perform the RC4 transformation.

Exceptions

Exception Type Condition
CryptographicException An error occurs while acquiring the CSP.
InvalidOperationException FIPS compliance is required, but the current implementation isn't FIPS verified.

See Also

RC4 Class | Org.Mentalis.SecurityServices.Cryptography Namespace | RC4.Create Overload List