SecurityHelper VerifyMd5SaltedHash Method A Sandcastle Documented Class Library
Verifies the input using MD5 salted hash test.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private static bool VerifyMd5SaltedHash(
	HMACMD5 md5Hash,
	string input,
	string hash
)

Parameters

md5Hash
Type: System.Security.Cryptography HMACMD5
input
Type: System String
hash
Type: System String

Return Value

Type: Boolean
See Also