Esempio n. 1
0
 //**************************************//
 //**************************************//
 public string Decrypt(string aValue)
 {
     return(secure.DecryptTripleDES(aValue));
     // return aValue;
 }