Summary
Represents a hash (for a given hash-function) in the output of the
HashCommand
.
Used in IHashOutput
and IFileHash
.
- Namespace
- Cake
.SevenZip .Parsers
graph BT
Type["IHash"]
class Type type-node
Syntax
public interface IHash
Properties
Name | Value | Summary |
---|---|---|
Hash | string |
Gets the hash.
|
HashFunction | string |
Gets the hash-function.
|