Beispiel #1
0
 public static void Decrypt(string path)
 {
     ArgumentNullException.ThrowIfNull(path);
     FileSystem.Decrypt(path);
 }