Saves the Key Store to disk.

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

Syntax

C#
public virtual void Save()
Visual Basic
Public Overridable Sub Save
Visual C++
public:
virtual void Save()

Remarks

Auto invoked after every method that modifies the key store.
If the KeyStore is in-memory, this method does nothing.

Exceptions

ExceptionCondition
PgpException

See Also