Indicates is this KeyStore instance in-memory (True) or file based (False)

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

Syntax

C#
public bool IsInMemory { get; }
Visual Basic
Public ReadOnly Property IsInMemory As Boolean
	Get
Visual C++
public:
property bool IsInMemory {
	bool get ();
}

See Also