Exemplo n.º 1
0
 public System.Threading.Tasks.Task <UACryptoSign.encryptResponse> encryptAsync(string data, string recipient)
 {
     UACryptoSign.encryptRequest inValue = new UACryptoSign.encryptRequest();
     inValue.data      = data;
     inValue.recipient = recipient;
     return(((UACryptoSign.Service)(this)).encryptAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <UACryptoSign.encryptResponse> UACryptoSign.Service.encryptAsync(UACryptoSign.encryptRequest request)
 {
     return(base.Channel.encryptAsync(request));
 }