C# 클래스 withSIX.Core.Presentation.Assemblies.HashTool

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
SHA1FileHash ( string fileName ) : string
SHA1StreamHash ( Stream stream ) : string

비공개 메소드들

메소드 설명
GetBufferSize ( Stream fs ) : int
GetHash ( byte hash ) : string

메소드 상세

SHA1FileHash() 공개 정적인 메소드

public static SHA1FileHash ( string fileName ) : string
fileName string
리턴 string

SHA1StreamHash() 공개 정적인 메소드

public static SHA1StreamHash ( Stream stream ) : string
stream Stream
리턴 string