Exemplo n.º 1
0
 public string DecryptPassword(PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationHeader AuthenticationHeader, string encryptedPassword, string salt)
 {
     PremierTaxFree.PTFLib.AuthenticationProxy.DecryptPasswordRequest inValue = new PremierTaxFree.PTFLib.AuthenticationProxy.DecryptPasswordRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.encryptedPassword    = encryptedPassword;
     inValue.salt = salt;
     PremierTaxFree.PTFLib.AuthenticationProxy.DecryptPasswordResponse retVal = ((PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationSoap)(this)).DecryptPassword(inValue);
     return(retVal.DecryptPasswordResult);
 }
Exemplo n.º 2
0
 PremierTaxFree.PTFLib.AuthenticationProxy.DecryptPasswordResponse PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationSoap.DecryptPassword(PremierTaxFree.PTFLib.AuthenticationProxy.DecryptPasswordRequest request)
 {
     return(base.Channel.DecryptPassword(request));
 }