C# Class Galen.Ci.EntityFramework.Utilities.HashUtility

显示文件 Open project: GalenHealthcare/Galen.Ef.Deployer

Public Methods

Method Description
Verify ( string targetDirectoryPath, StreamReader hashesReader, string hashName ) : void

Private Methods

Method Description
GetByteArrayFromHexString ( string hex ) : byte[]
GetHexString ( byte hash ) : string
IsComment ( string entry ) : bool
ParseEntry ( string entry, byte &hash, string &filePath ) : void
Verify ( string filePath, byte expectedHash, string hashName ) : void

Method Details

Verify() public static method

public static Verify ( string targetDirectoryPath, StreamReader hashesReader, string hashName ) : void
targetDirectoryPath string
hashesReader System.IO.StreamReader
hashName string
return void