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

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

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

Inheritance Hierarchy

See Also