Creates a new in-memory KeyStore instance.

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

Syntax

C#
public static KeyStore OpenInMemory()
Visual Basic
Public Shared Function OpenInMemory As KeyStore
Visual C++
public:
static KeyStore^ OpenInMemory()

Return Value

initialized KeyStore object

See Also