예제 #1
0
 public string EncryptPassword(PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationHeader AuthenticationHeader, string password, string salt)
 {
     PremierTaxFree.PTFLib.AuthenticationProxy.EncryptPasswordRequest inValue = new PremierTaxFree.PTFLib.AuthenticationProxy.EncryptPasswordRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.password             = password;
     inValue.salt = salt;
     PremierTaxFree.PTFLib.AuthenticationProxy.EncryptPasswordResponse retVal = ((PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationSoap)(this)).EncryptPassword(inValue);
     return(retVal.EncryptPasswordResult);
 }
예제 #2
0
 PremierTaxFree.PTFLib.AuthenticationProxy.EncryptPasswordResponse PremierTaxFree.PTFLib.AuthenticationProxy.AuthenticationSoap.EncryptPassword(PremierTaxFree.PTFLib.AuthenticationProxy.EncryptPasswordRequest request)
 {
     return(base.Channel.EncryptPassword(request));
 }