SecurityHelper VerifyMD5SaltedHash Method A Sandcastle Documented Class Library
Verify the MD5 salted hash against the passed in string value.

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

public static bool VerifyMD5SaltedHash(
	string val,
	string hash,
	string salt
)

Parameters

val
Type: System String
hash
Type: System String
salt
Type: System String

Return Value

Type: Boolean
See Also