SecurityHelper VerifyMd5Hash Method A Sandcastle Documented Class Library
Verify a hash against a string.

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

private static bool VerifyMd5Hash(
	MD5 md5Hash,
	string input,
	string hash
)

Parameters

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

Return Value

Type: Boolean
See Also