Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Timbrado.Autenticacion.CambioContraseñaResponse> CambioContraseñaAsync(string token, string newPassword)
 {
     Timbrado.Autenticacion.CambioContraseñaRequest inValue = new Timbrado.Autenticacion.CambioContraseñaRequest();
     inValue.Body             = new Timbrado.Autenticacion.CambioContraseñaRequestBody();
     inValue.Body.token       = token;
     inValue.Body.newPassword = newPassword;
     return(((Timbrado.Autenticacion.wsAutenticacionSoap)(this)).CambioContraseñaAsync(inValue));
 }
Exemplo n.º 2
0
 public void CambioContraseña(string token, string newPassword)
 {
     Timbrado.Autenticacion.CambioContraseñaRequest inValue = new Timbrado.Autenticacion.CambioContraseñaRequest();
     inValue.Body             = new Timbrado.Autenticacion.CambioContraseñaRequestBody();
     inValue.Body.token       = token;
     inValue.Body.newPassword = newPassword;
     Timbrado.Autenticacion.CambioContraseñaResponse retVal = ((Timbrado.Autenticacion.wsAutenticacionSoap)(this)).CambioContraseña(inValue);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Timbrado.Autenticacion.CambioContraseñaResponse> Timbrado.Autenticacion.wsAutenticacionSoap.CambioContraseñaAsync(Timbrado.Autenticacion.CambioContraseñaRequest request)
 {
     return(base.Channel.CambioContraseñaAsync(request));
 }
Exemplo n.º 4
0
 Timbrado.Autenticacion.CambioContraseñaResponse Timbrado.Autenticacion.wsAutenticacionSoap.CambioContraseña(Timbrado.Autenticacion.CambioContraseñaRequest request)
 {
     return(base.Channel.CambioContraseña(request));
 }