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

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

Syntax

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

See Also