C# 클래스 phdesign.NppToolBucket.Utilities.Security.SHA1

파일 보기 프로젝트 열기: phdesign/NppToolBucket

공개 메소드들

메소드 설명
ComputeHash ( Stream inputStream ) : string

Generate MD5 checksum for a stream. Rewinds stream.

ComputeHash ( string input ) : string

Generate MD5 checksum for a string.

메소드 상세

ComputeHash() 공개 정적인 메소드

Generate MD5 checksum for a stream. Rewinds stream.
public static ComputeHash ( Stream inputStream ) : string
inputStream Stream The stream to create checksum of.
리턴 string

ComputeHash() 공개 정적인 메소드

Generate MD5 checksum for a string.
public static ComputeHash ( string input ) : string
input string The string to create checksum of.
리턴 string