Provides methods for PGP password encrypting data into SFX (self extracting) executable file.

Namespace: DidiSoft.Sfx
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

C#
public class SfxCreator
Visual Basic
Public Class SfxCreator
Visual C++
public ref class SfxCreator

Remarks

The output EXE files require .NET Framework on the machine where they will be used. By default the same version of the .NET Framework as the running program is targeted. A specific version can be selected through the TargetDotNetFramework property. The minimal version supported is 2.0

Inheritance Hierarchy

System..::..Object
  DidiSoft.Sfx..::..SfxCreator

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also