SecurityHelper VerifyMD5Hash Method A Sandcastle Documented Class Library
Verifies the MD5 hash against the passed in values.

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

public static bool VerifyMD5Hash(
	string val,
	string hash
)

Parameters

val
Type: System String
hash
Type: System String

Return Value

Type: Boolean
See Also