Initializes an instance of MultiHash.

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

Syntax

C#
public MultiHash(
	params HashAlgorithm[] hashAlgorithms
)
Visual Basic (Declaration)
Public Sub New ( _
	ParamArray hashAlgorithms As HashAlgorithm() _
)
Visual C++
public:
MultiHash(
	... array<HashAlgorithm^>^ hashAlgorithms
)

Parameters

hashAlgorithms
Type: array< System.Security.Cryptography..::.HashAlgorithm >[]()[]
The list of HashAlgorithms to use in the calculations.

See Also