SecurityHelper.GetMd5SaltedHash Method A Sandcastle Documented Class Library
Creates an MD5 salted hash.

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

private static string GetMd5SaltedHash(
	HMACMD5 md5Hash,
	string input
)

Parameters

md5Hash
Type: System.Security.Cryptography.HMACMD5
input
Type: System.String

Return Value

Type: String
See Also