Click or drag to resize
SecurityHelperVerifyMd5SaltedHash Method

Namespace: SxcUtilsLib
Assembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntax
private static bool VerifyMd5SaltedHash(
	HMACMD5 md5Hash,
	string input,
	string hash
)

Parameters

md5Hash
Type: System.Security.CryptographyHMACMD5
input
Type: SystemString
hash
Type: SystemString

Return Value

Type: Boolean
See Also