From a5df4855675c02b051cdfc017b5d8fcb1fbd4d4b Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Thu, 26 Dec 2024 16:55:29 +0800 Subject: [PATCH] Update AbpSettingOptions.cs --- .../Volo.Abp.Settings/Volo/Abp/Settings/AbpSettingOptions.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/framework/src/Volo.Abp.Settings/Volo/Abp/Settings/AbpSettingOptions.cs b/framework/src/Volo.Abp.Settings/Volo/Abp/Settings/AbpSettingOptions.cs index 1d2f775e9d..f4cba00fe9 100644 --- a/framework/src/Volo.Abp.Settings/Volo/Abp/Settings/AbpSettingOptions.cs +++ b/framework/src/Volo.Abp.Settings/Volo/Abp/Settings/AbpSettingOptions.cs @@ -11,6 +11,9 @@ public class AbpSettingOptions public HashSet DeletedSettings { get; } + /// + /// If set to true, returns the original value if the decryption fails. Otherwise, returns null. + /// public bool ReturnOrginalValueIfDecryptFailed { get; set; } public AbpSettingOptions()