Ejemplo n.º 1
0
 public static string DecryptString(string sCipherText, string sPassPhrase, string sSaltValue)
 {
     return(SecureLibAccess.DecryptString(sCipherText, sPassPhrase, sSaltValue));
 }
Ejemplo n.º 2
0
 public static string DecryptString(string sCipherText, string sPassword)
 {
     return(SecureLibAccess.DecryptString(sCipherText, sPassword));
 }
Ejemplo n.º 3
0
 public static string DecryptString(string sCipherText)
 {
     return(SecureLibAccess.DecryptString(sCipherText));
 }