Represents the base class from which all implementations of Bruce Schneier's Twofish algorithm must derive.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..SymmetricAlgorithm
    Rebex.Security.Cryptography..::..Twofish
      Rebex.Security.Cryptography..::..TwofishManaged

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also