FileEncrypt Method (String) |
Encrypts a file so that only the account used to encrypt the file can decrypt it.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static void Encrypt(
string path
)
Public Shared Sub Encrypt (
path As String
)
public:
static void Encrypt(
String^ path
)
static member Encrypt :
path : string -> unit
Parameters
- path
- Type: SystemString
A path that describes a file to encrypt.
Exceptions See Also