Method | Description | |
---|---|---|
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 |
public static GetMD5Hash ( MD5 md5Hash, byte input ) : string | ||
md5Hash | MD5 | |
input | byte | |
return | string |
public static GetMD5Hash ( MD5 md5Hash, string input ) : string | ||
md5Hash | MD5 | |
input | string | |
return | string |
public static VerifyMD5Hash ( MD5 md5Hash, byte input, string hash ) : bool | ||
md5Hash | MD5 | |
input | byte | |
hash | string | |
return | bool |
public static VerifyMD5Hash ( MD5 md5Hash, string input, string hash ) : bool | ||
md5Hash | MD5 | |
input | string | |
hash | string | |
return | bool |
public static VerifyMD5Hash ( this input ) : bool | ||
input | this | |
return | bool |
public static VerifyMD5Hash ( this input, string hash ) : bool | ||
input | this | |
hash | string | |
return | bool |