SecurityHelper GetMd5Hash Method A Sandcastle Documented Class Library
Returns an MD5 hash using the given arguments.

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

private static string GetMd5Hash(
	MD5 md5Hash,
	string input
)

Parameters

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

Return Value

Type: String
See Also