Click or drag to resize
SecurityHelperVerifyMD5SaltedHash Method

Namespace: SxcUtilsLib
Assembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntax
public static bool VerifyMD5SaltedHash(
	string val,
	string hash,
	string salt
)

Parameters

val
Type: SystemString
hash
Type: SystemString
salt
Type: SystemString

Return Value

Type: Boolean
See Also