Property that indicates should the KeyStore backing file be auto saved after each operation that changes its state.

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

Syntax

C#
public bool AutoSave { get; set; }
Visual Basic (Declaration)
Public Property AutoSave As Boolean
Visual C++
public:
property bool AutoSave {
	bool get ();
	void set (bool value);
}

See Also