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