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)); }
System.Threading.Tasks.Task <UACryptoSign.encryptResponse> UACryptoSign.Service.encryptAsync(UACryptoSign.encryptRequest request) { return(base.Channel.encryptAsync(request)); }