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()