Beispiel #1
0
 public System.Xml.Linq.XElement LoginBiometric01(string DsUsername, string Base64StringFingerprint)
 {
     Orquestra3_SIAD.Orquestra_Authentication.LoginBiometric01Request inValue = new Orquestra3_SIAD.Orquestra_Authentication.LoginBiometric01Request();
     inValue.Body            = new Orquestra3_SIAD.Orquestra_Authentication.LoginBiometric01RequestBody();
     inValue.Body.DsUsername = DsUsername;
     inValue.Body.Base64StringFingerprint = Base64StringFingerprint;
     Orquestra3_SIAD.Orquestra_Authentication.LoginBiometric01Response retVal = ((Orquestra3_SIAD.Orquestra_Authentication.AuthenticationSoap)(this)).LoginBiometric01(inValue);
     return(retVal.Body.LoginBiometric01Result);
 }
Beispiel #2
0
 Orquestra3_SIAD.Orquestra_Authentication.LoginBiometric01Response Orquestra3_SIAD.Orquestra_Authentication.AuthenticationSoap.LoginBiometric01(Orquestra3_SIAD.Orquestra_Authentication.LoginBiometric01Request request)
 {
     return(base.Channel.LoginBiometric01(request));
 }