Overload List
| Name | Description | |
|---|---|---|
| EnryptFolderToExe(FileInfo, String, FileInfo) |
Encrypts a folder with its contents into a a password protected SFX (self extracting) executable file.
The generated executable file requires .NET Framework 2.0 or upper. | |
| EnryptFolderToExe(String, String, String) |
Encrypts a folder with its contents into a a password protected SFX (self extracting) executable file.
The generated executable file requires .NET Framework 2.0 or upper. | |
| EnryptFolderToExe(FileInfo, String, SfxOptions, FileInfo) |
Encrypts a folder with its contents into a a password protected SFX (self extracting) executable file.
The generated executable file requires .NET Framework 2.0 or upper. | |
| EnryptFolderToExe(String, String, SfxOptions, String) |
Encrypts a folder with its contents into a a password protected SFX (self extracting) executable file.
The generated executable file requires .NET Framework 2.0 or upper. |