PasswordHelperMD5Slat Method |
MD5 encodes the passed string
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string MD5Slat(
string input,
string salt
)
Public Shared Function MD5Slat (
input As String,
salt As String
) As String
public:
static String^ MD5Slat(
String^ input,
String^ salt
)
static member MD5Slat :
input : string *
salt : string -> string
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:
StringAn encoded string.
See Also