Example #1
0
 public void Decrypt(bool recursive)
 {
     Directory.EncryptDecryptDirectoryCore(LongFullName, false, recursive, PathFormat.LongFullPath);
 }
Example #2
0
 public void Decrypt()
 {
     Directory.EncryptDecryptDirectoryCore(LongFullName, false, false, PathFormat.LongFullPath);
 }