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

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..SymmetricAlgorithm
    Rebex.Security.Cryptography..::..Blowfish
      Rebex.Security.Cryptography..::..BlowfishManaged

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also