SecurityServices for .NET 2.0 Documentation

RC4.Create Method (String)

[This is preliminary documentation and subject to change.]

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

new public static RC4 Create(
   String algName
);

Parameters

String
The name of the specific implementation of RC4 to create.

Return Value

A cryptographic object.

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