Overload List

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

See Also