MD5.GetMd5Hash Method (String, MD5)

Tungsten Suite

MD5GetMd5Hash Method (String, MD5)

Generates an MD5 hash of the input string

Namespace:  W.Encryption
Assembly:  Tungsten.Encryption (in Tungsten.Encryption.dll) Version: 2.0.2
Syntax
C#
public static string GetMd5Hash(
	string input,
	MD5 md5
)

Parameters

input
Type: SystemString
An MD5 hash of this input will be created
md5
Type: System.Security.CryptographyMD5
The previously allocated MD5 object to use

Return Value

Type: String
An MD5 hash of the inputted value
See Also