In Memory OpenPGP KeyStore

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

Syntax

C#
[SerializableAttribute]
public class InMemoryKeyStore : KeyStore
Visual Basic
<SerializableAttribute> _
Public Class InMemoryKeyStore _
	Inherits KeyStore
Visual C++
[SerializableAttribute]
public ref class InMemoryKeyStore : public KeyStore

Inheritance Hierarchy

System..::..Object
  DidiSoft.Pgp..::..KeyStore
    DidiSoft.Pgp.Extra..::..InMemoryKeyStore

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