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