Initializes a new instance of the HashList class.

Namespace: Classless.Hasher.Methods
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
public HashList(
	HashAlgorithm hashAlgorithm
)
Visual Basic
Public Sub New ( _
	hashAlgorithm As HashAlgorithm _
)
Visual C++
public:
HashList(
	HashAlgorithm^ hashAlgorithm
)

Parameters

hashAlgorithm
Type: System.Security.Cryptography..::..HashAlgorithm
The HashAlgorithm to calculate the HashNodes with.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionWhen the specified HashAlgorithm is null.

See Also