Initializes a new instance of the HashList class.
Namespace:
Classless.Hasher.MethodsAssembly: 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
Exception | Condition |
---|---|
System..::.ArgumentNullException | When the specified HashAlgorithm is null. |