C# 클래스 Galen.Ci.EntityFramework.Utilities.HashUtility

파일 보기 프로젝트 열기: GalenHealthcare/Galen.Ef.Deployer

공개 메소드들

메소드 설명
Verify ( string targetDirectoryPath, StreamReader hashesReader, string hashName ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Verify() 공개 정적인 메소드

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