public string EncryptPassword(VCover.AuthenticationRef.AuthenticationHeader AuthenticationHeader, string password, string salt) { VCover.AuthenticationRef.EncryptPasswordRequest inValue = new VCover.AuthenticationRef.EncryptPasswordRequest(); inValue.AuthenticationHeader = AuthenticationHeader; inValue.password = password; inValue.salt = salt; VCover.AuthenticationRef.EncryptPasswordResponse retVal = ((VCover.AuthenticationRef.AuthenticationSoap)(this)).EncryptPassword(inValue); return(retVal.EncryptPasswordResult); }
VCover.AuthenticationRef.EncryptPasswordResponse VCover.AuthenticationRef.AuthenticationSoap.EncryptPassword(VCover.AuthenticationRef.EncryptPasswordRequest request) { return(base.Channel.EncryptPassword(request)); }