Represents an OpenPGP keys store, which is a physical store where OpenPGP public and private(secret) keys are persisted and managed.

The KeyStore contains both the public and secret key rings combined in one file and protected with password.


It can be used with PGPLib in the methods that require KeyStore parameter, or alone when only key operations are required.

Namespace:  DidiSoft
Assembly:  PGPLib (in PGPLib.dll) Version: 1.6.3.19546

Syntax

C#
public class KeyStore
Visual Basic (Declaration)
Public Class KeyStore
Visual C++
public ref class KeyStore

Remarks

In PGP (r) and GnuPG the public and secret key rings are stored in two different files.

Inheritance Hierarchy

System..::.Object
  DidiSoft..::.KeyStore

See Also