Exemplo n.º 1
0
 public static void Decrypt(string path)
 {
     if (_provider == null)
     {
         File.Decrypt(path);
     }
     else
     {
         _provider.Decrypt(path);
     }
 }