Creates an empty In Memory KeyStore

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

Syntax

C#
public InMemoryKeyStore()
Visual Basic
Public Sub New
Visual C++
public:
InMemoryKeyStore()

Remarks

Using this class is equivalent with KeyStore.OpenInMemory()

See Also