Summary
Initializes a new instance of the
DirectoryHash
class.
- Namespace
- Cake
.Common .Security - Containing Type
- DirectoryHash
Syntax
public DirectoryHash(DirectoryPath directoryPath, byte[] hash, HashAlgorithm hashAlgorithm, IEnumerable<FileHash> fileHashList)
Parameters
Name | Type | Description |
---|---|---|
directoryPath | DirectoryPath | The directory path. |
hash | byte[] | The computed hash. |
hashAlgorithm | HashAlgorithm | The algorithm used. |
fileHashList | IEnumerable |
List of all computed FileHash . |
Return Value
Type | Description |
---|---|
void |