Exemplo n.º 1
0
 public static string StudyDecrypt(string cryptograph)
 {
     return(CryptographyHelpers.Decrypt(_key, _salt, cryptograph));
 }