Initializes a new instance of the HashTree class.
Namespace: Classless.Hasher.MethodsAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public HashTree( HashAlgorithm hashAlgorithm ) |
Visual Basic |
---|
Public Sub New ( _ hashAlgorithm As HashAlgorithm _ ) |
Visual C++ |
---|
public: HashTree( HashAlgorithm^ hashAlgorithm ) |
Parameters
- hashAlgorithm
- Type: System.Security.Cryptography..::..HashAlgorithm
The HashAlgorithm to calculate the HashTreeNodes with.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | When the specified HashAlgorithm is null. |