Summary
Initializes a new instance of the
DirectoryHashCalculator class.
- Namespace
- Cake
.Common .Security - Containing Type
- Directory
Hash Calculator
Syntax
public DirectoryHashCalculator(ICakeContext context, IHashAlgorithmBuilder hashAlgorithmBuilder)
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The cake context. |
| hashAlgorithmBuilder | I |
The hash algorithm builder. |
Return Value
| Type | Description |
|---|---|
| void |
