Represents the base class from which all implementations of cryptographic hash algorithms must derive.

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

Syntax

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

Inheritance Hierarchy

See Also