Show / Hide Table of Contents

    Class FileHasher

    Generates hash checksums for files

    Inheritance
    Object
    FileHasher
    Implements
    IFileHasher
    Namespace: i5.Toolkit.Core.Caching
    Assembly: cs.temp.dll.dll
    Syntax
    public class FileHasher : IFileHasher

    Properties

    FileAccessor

    Declaration
    public IFileAccessor FileAccessor { get; set; }
    Property Value
    Type Description
    IFileAccessor

    Methods

    CalculateMD5Hash(String)

    Calculates a hash for the given file using MD5

    Declaration
    public string CalculateMD5Hash(string filePath)
    Parameters
    Type Name Description
    String filePath

    The path to the file

    Returns
    Type Description
    String

    Returns the MD5 hash of the given file

    Implements

    IFileHasher
    Back to top i5 Toolkit Documentation