Ejemplo n.º 1
0
 private string Encrypt(string clearText)
 {
     return(EntityHelper.Encrypt(clearText));
 }
Ejemplo n.º 2
0
 private string Decrypt(string cipherText)
 {
     return(EntityHelper.Decrypt(cipherText));
 }