Initializes an instance of ParallelHash.

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

Syntax

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

Parameters

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

See Also