Mentalis.org Security Library documentation

RC4.GenerateKey Method 

Generates a random Key to be used for the algorithm.

[Visual Basic]
Overrides Public Sub GenerateKey()
[C#]
public override void GenerateKey();

Remarks

Use this method to generate a random key when none is specified.

See Also

RC4 Class | RC4 Members | Org.Mentalis.Security.Cryptography Namespace