Encrypt Status anzeigen

- Ist 'AlwaysEncrypted' gesetzt, Schalter selektieren und deaktivieren
This commit is contained in:
Eugen Höglinger 2023-02-09 09:46:35 +01:00
parent 6fab6388e3
commit 447a53f2d9
23 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -538,6 +538,7 @@ namespace Eugen.ESystem.Windows.Forms
//XMLfileName = String.Concat(InitialDirectory, "\\", Group, ".xml");
buttonSave.Enabled = (!String.IsNullOrEmpty(comboBoxGroup.Text));
checkBoxEncryptValues.Checked = AlwaysEncrypted;
//OldNameData und OldValueDate schreiben
SetData("new");