Click or drag to resize
SecurityHelperVerifyMd5Hash Method

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

Parameters

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

Return Value

Type: Boolean
See Also