Represents the base class from which all implementations of the ArcFour algorithm must derive.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public MustInherit Class ArcFour _
	Inherits SymmetricAlgorithm
C#
public abstract class ArcFour : SymmetricAlgorithm

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..SymmetricAlgorithm
    Rebex.Security.Cryptography..::..ArcFour
      Rebex.Security.Cryptography..::..ArcFourManaged

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also