Property that indicates should the old KeyStore backing file be copied automatically in a file with extension .bak right before the save operation

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

Syntax

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

See Also