DirectoryEncrypt Method (String, Boolean) |
[AlphaFS] Encrypts a directory so that only the account used to encrypt the directory can decrypt it.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static void Encrypt(
string path,
bool recursive
)
Public Shared Sub Encrypt (
path As String,
recursive As Boolean
)
public:
static void Encrypt(
String^ path,
bool recursive
)
static member Encrypt :
path : string *
recursive : bool -> unit
Parameters
- path
- Type: SystemString
A path that describes a directory to encrypt. - recursive
- Type: SystemBoolean
to encrypt the directory recursively. only encrypt files and directories in the root of path.
See Also