SecurityHelperVerifyMd5Hash Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxprivate static bool VerifyMd5Hash(
MD5 md5Hash,
string input,
string hash
)
Private Shared Function VerifyMd5Hash (
md5Hash As MD5,
input As String,
hash As String
) As Boolean
private:
static bool VerifyMd5Hash(
MD5^ md5Hash,
String^ input,
String^ hash
)
private static member VerifyMd5Hash :
md5Hash : MD5 *
input : string *
hash : string -> bool
Parameters
- md5Hash
- Type: System.Security.CryptographyMD5
- input
- Type: SystemString
- hash
- Type: SystemString
Return Value
Type:
Boolean
See Also