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