Represents an OpenPGP key pair.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  DidiSoft.Pgp..::..KeyPairInformation
    DidiSoft.Pgp..::..PGPKeyPair

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