Exemplo n.º 1
0
 public System.Threading.Tasks.Task <UACryptoSign.verifyResponse> verifyAsync(string data, string dataExt, string cert)
 {
     UACryptoSign.verifyRequest inValue = new UACryptoSign.verifyRequest();
     inValue.data    = data;
     inValue.dataExt = dataExt;
     inValue.cert    = cert;
     return(((UACryptoSign.Service)(this)).verifyAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <UACryptoSign.verifyResponse> UACryptoSign.Service.verifyAsync(UACryptoSign.verifyRequest request)
 {
     return(base.Channel.verifyAsync(request));
 }