C# Class Common.HMACMD5Helper

ファイルを表示 Open project: hwqdt/Demos

Public Methods

Method Description
GetEncryptResult ( string data, string key ) : string

HMACMD5 encrypt

Method Details

GetEncryptResult() public static method

HMACMD5 encrypt
public static GetEncryptResult ( string data, string key ) : string
data string the date to encrypt
key string the key used in HMACMD5
return string