Represents the abstract class from which all implementations of the Classless.Hasher.BlockHashAlgorithm inherit.

Namespace:  Classless.Hasher
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public abstract class BlockHashAlgorithm : HashAlgorithm
Visual Basic (Declaration)
Public MustInherit Class BlockHashAlgorithm _
	Inherits HashAlgorithm
Visual C++
public ref class BlockHashAlgorithm abstract : public HashAlgorithm

Inheritance Hierarchy

See Also