Initializes a new instance of the HashList class.

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

Syntax

C#
public HashList(
	HashAlgorithm hashAlgorithm
)
Visual Basic (Declaration)
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