Saves the Key Store to disk.

Namespace:  DidiSoft
Assembly:  PGPLib (in PGPLib.dll) Version: 1.6.3.19546

Syntax

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

Remarks

Auto invoked after every method that modifies the key store.

Exceptions

ExceptionCondition
PgpException

See Also