Mentalis.org Security Library documentation

RC4.Create Method (String)

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

[Visual Basic]
Overloads Public Shared Function Create( _
   ByVal AlgName As String _
) As RC4
[C#]
new public static RC4 Create(
   string AlgName
);

Parameters

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

Return Value

A cryptographic object.

See Also

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