Esempio n. 1
0
 public static string DecryptString(string value)
 {
     return(decrypter.GetString(value));
 }