SecurityHelperGetMd5SaltedHash Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxprivate static string GetMd5SaltedHash(
HMACMD5 md5Hash,
string input
)
Private Shared Function GetMd5SaltedHash (
md5Hash As HMACMD5,
input As String
) As String
private:
static String^ GetMd5SaltedHash(
HMACMD5^ md5Hash,
String^ input
)
private static member GetMd5SaltedHash :
md5Hash : HMACMD5 *
input : string -> string
Parameters
- md5Hash
- Type: System.Security.CryptographyHMACMD5
- input
- Type: SystemString
Return Value
Type:
String
See Also