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

Afficher le fichier Open project: GalenHealthcare/Galen.Ef.Deployer

Méthodes publiques

Méthode Description
Verify ( string targetDirectoryPath, StreamReader hashesReader, string hashName ) : void

Private Methods

Méthode 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 méthode

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