C# 클래스 Pluton.CryptoExtensions

파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 메소드들

메소드 설명
GetMD5Hash ( MD5 md5Hash, byte input ) : string
GetMD5Hash ( MD5 md5Hash, string input ) : string
Init ( ) : void
VerifyMD5Hash ( MD5 md5Hash, byte input, string hash ) : bool
VerifyMD5Hash ( MD5 md5Hash, string input, string hash ) : bool
VerifyMD5Hash ( this input ) : bool
VerifyMD5Hash ( this input, string hash ) : bool

메소드 상세

GetMD5Hash() 공개 정적인 메소드

public static GetMD5Hash ( MD5 md5Hash, byte input ) : string
md5Hash MD5
input byte
리턴 string

GetMD5Hash() 공개 정적인 메소드

public static GetMD5Hash ( MD5 md5Hash, string input ) : string
md5Hash MD5
input string
리턴 string

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

VerifyMD5Hash() 공개 정적인 메소드

public static VerifyMD5Hash ( MD5 md5Hash, byte input, string hash ) : bool
md5Hash MD5
input byte
hash string
리턴 bool

VerifyMD5Hash() 공개 정적인 메소드

public static VerifyMD5Hash ( MD5 md5Hash, string input, string hash ) : bool
md5Hash MD5
input string
hash string
리턴 bool

VerifyMD5Hash() 공개 정적인 메소드

public static VerifyMD5Hash ( this input ) : bool
input this
리턴 bool

VerifyMD5Hash() 공개 정적인 메소드

public static VerifyMD5Hash ( this input, string hash ) : bool
input this
hash string
리턴 bool