Exemplo n.º 1
0
 public System.Threading.Tasks.Task EncryptAsync(FileCryptography.Presentation.Wpf.FileCryptographyService.EncryptionRequest req)
 {
     return(base.Channel.EncryptAsync(req));
 }
Exemplo n.º 2
0
 public void Encrypt(FileCryptography.Presentation.Wpf.FileCryptographyService.EncryptionRequest req)
 {
     base.Channel.Encrypt(req);
 }