Overload List

  NameDescription
Public methodEnryptFileToExe(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.
Public methodEnryptFileToExe(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.
Public methodEnryptFileToExe(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.
Public methodEnryptFileToExe(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.

See Also