Click or drag to resize
MD5HelperMD5 Method (String, Encoding)
MD5 encodes the passed string

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string MD5(
	string input,
	Encoding encoding
)

Parameters

input
Type: SystemString
The string to encode.
encoding
Type: System.TextEncoding
encoding

Return Value

Type: String
An encoded string.
See Also