Interface IFileHasher
Contract for hashing files
Namespace: i5.Toolkit.Core.Caching
Assembly: cs.temp.dll.dll
Syntax
public interface IFileHasher
Methods
CalculateMD5Hash(String)
Calculates a hash for the given file using MD5
Declaration
string CalculateMD5Hash(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | path |
Returns
| Type | Description |
|---|---|
| String | Returns the MD5 hash of the given file |