Provides OpenPGP encryption and signing methods.

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

Syntax

C#
[SerializableAttribute]
public class PGPLib
Visual Basic
<SerializableAttribute> _
Public Class PGPLib
Visual C++
[SerializableAttribute]
public ref class PGPLib

Inheritance Hierarchy

System..::..Object
  DidiSoft.Pgp..::..PGPLib

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