Mentalis.org Security Library documentation

RC4.Create Method ()

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

[Visual Basic]
Overloads Public Shared Function Create() As RC4
[C#]
new public static RC4 Create();

Return Value

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

See Also

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