Class FileHash
Holds hash for the specific file.
public class FileHash
- Inheritance
-
objectFileHash
Properties
Hash
Hash of the file. Calculated using semi-custom hashing algorithm based on SHA1.
public string Hash { get; }
Property Value
- string
Path
Path to the file which was hashed.
public string Path { get; }
Property Value
- string
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.