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