Browse Source

Update AbpSettingOptions.cs

pull/21744/head
liangshiwei 1 year ago
parent
commit
a5df485567
  1. 3
      framework/src/Volo.Abp.Settings/Volo/Abp/Settings/AbpSettingOptions.cs

3
framework/src/Volo.Abp.Settings/Volo/Abp/Settings/AbpSettingOptions.cs

@ -11,6 +11,9 @@ public class AbpSettingOptions
public HashSet<string> DeletedSettings { get; }
/// <summary>
/// If set to true, returns the original value if the decryption fails. Otherwise, returns null.
/// </summary>
public bool ReturnOrginalValueIfDecryptFailed { get; set; }
public AbpSettingOptions()

Loading…
Cancel
Save