Click or drag to resize

md5VerifyMd5Hash Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Verifies the MD5 hash against the string input

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static bool VerifyMd5Hash(
	string input,
	string hash
)
Request Example View Source

Parameters

input
Type: SystemString
The input.
hash
Type: SystemString
The hash.

Return Value

Type: Boolean
See Also