Initializes an instance of MultiHash.
Namespace:
Classless.Hasher.MethodsAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public MultiHash( HashAlgorithmCollection hashAlgorithms ) |
Visual Basic (Declaration) |
---|
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
Exception | Condition |
---|---|
System..::.ArgumentNullException | When the specified collection is null. |