Summary
Initializes a new instance of the
FileHash
class.
- Namespace
- Cake
.Common .Security - Containing Type
- FileHash
Syntax
public FileHash(FilePath filePath, byte[] hash, HashAlgorithm hashAlgorithm)
Parameters
Name | Type | Description |
---|---|---|
filePath | FilePath | The file path. |
hash | byte[] | The computed hash. |
hashAlgorithm | HashAlgorithm | The algorithm used. |
Return Value
Type | Description |
---|---|
void |