Mentalis.org Security Library documentation

RC4.Create Method

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

Overload List

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

new public static RC4 Create();

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

new public static RC4 Create(string);

See Also

RC4 Class | Org.Mentalis.Security.Cryptography Namespace