示例#1
0
 private string GetDigestKey(string key)
 {
     return(MD5Utils.MD5(key));
 }
示例#2
0
 private string GetSecretKey()
 {
     return(MD5Utils.MD5(SecretKey));
 }