Exemplo n.º 1
0
 private static string GenerateUniqueKey(string key)
 {
     return(Key.GenerateMD5Hash(key) + "_" + Key.CalculateChecksum(key));
 }