Click or drag to resize
PasswordHelperMD5Slat Method
MD5 encodes the passed string

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string MD5Slat(
	string input,
	string salt
)

Parameters

input
Type: SystemString
The string to encode.
salt
Type: SystemString

[Missing <param name="salt"/> documentation for "M:Adf.PasswordHelper.MD5Slat(System.String,System.String)"]

Return Value

Type: String
An encoded string.
See Also