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