Search Results for

    Show / Hide Table of Contents

    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

    In This Article
    Back to top i5 Toolkit Documentation