Example #1
0
 public string EncryptPassword(MerchantSite.AuthenticationRef.AuthenticationHeader AuthenticationHeader, string password, string salt)
 {
     MerchantSite.AuthenticationRef.EncryptPasswordRequest inValue = new MerchantSite.AuthenticationRef.EncryptPasswordRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.password             = password;
     inValue.salt = salt;
     MerchantSite.AuthenticationRef.EncryptPasswordResponse retVal = ((MerchantSite.AuthenticationRef.AuthenticationSoap)(this)).EncryptPassword(inValue);
     return(retVal.EncryptPasswordResult);
 }
Example #2
0
 MerchantSite.AuthenticationRef.EncryptPasswordResponse MerchantSite.AuthenticationRef.AuthenticationSoap.EncryptPassword(MerchantSite.AuthenticationRef.EncryptPasswordRequest request)
 {
     return(base.Channel.EncryptPassword(request));
 }