SecurityHelperGetMD5SaltedHash Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static string GetMD5SaltedHash(
string val,
string salt
)
Public Shared Function GetMD5SaltedHash (
val As String,
salt As String
) As String
public:
static String^ GetMD5SaltedHash(
String^ val,
String^ salt
)
static member GetMD5SaltedHash :
val : string *
salt : string -> string
Parameters
- val
- Type: SystemString
- salt
- Type: SystemString
Return Value
Type:
String
See Also