Mentalis.org Security Library documentation

RC4 Class

Represents the base class from which all implementations of the RC4 symmetric stream cipher must inherit.

For a list of all members of this type, see RC4 Members.

System.Object
   SymmetricAlgorithm
      RC4

[Visual Basic]
MustInherit Public Class RC4
Inherits SymmetricAlgorithm
[C#]
public abstract class RC4 : SymmetricAlgorithm

Remarks

RC4 is a trademark of RSA Data Security Inc.

Requirements

Namespace: Org.Mentalis.Security.Cryptography Namespace

Assembly: Org.Mentalis.Security.dll

See Also

RC4 Members | Org.Mentalis.Security.Cryptography Namespace