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
Assembly:  PGPLib (in PGPLib.dll) Version: 1.6.3.19546

Syntax

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

See Also