Пример #1
0
 public string DecryptPassword(MerchantSite.AuthenticationRef.AuthenticationHeader AuthenticationHeader, string encryptedPassword, string salt)
 {
     MerchantSite.AuthenticationRef.DecryptPasswordRequest inValue = new MerchantSite.AuthenticationRef.DecryptPasswordRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.encryptedPassword    = encryptedPassword;
     inValue.salt = salt;
     MerchantSite.AuthenticationRef.DecryptPasswordResponse retVal = ((MerchantSite.AuthenticationRef.AuthenticationSoap)(this)).DecryptPassword(inValue);
     return(retVal.DecryptPasswordResult);
 }
Пример #2
0
 MerchantSite.AuthenticationRef.DecryptPasswordResponse MerchantSite.AuthenticationRef.AuthenticationSoap.DecryptPassword(MerchantSite.AuthenticationRef.DecryptPasswordRequest request)
 {
     return(base.Channel.DecryptPassword(request));
 }