MD5.GetMd5Hash Method (String)

Tungsten Suite

MD5GetMd5Hash Method (String)

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
)

Parameters

input
Type: SystemString
An MD5 hash of this input will be created

Return Value

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