Initializes an instance of MultiHash.

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

Syntax

C#
public MultiHash(
	HashAlgorithmCollection hashAlgorithms
)
Visual Basic
Public Sub New ( _
	hashAlgorithms As HashAlgorithmCollection _
)
Visual C++
public:
MultiHash(
	HashAlgorithmCollection^ hashAlgorithms
)

Parameters

hashAlgorithms
Type: Classless.Hasher..::..HashAlgorithmCollection
The list of HashAlgorithms to use in the calculations.

Exceptions

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

See Also