Browse Source

Update AbpSettingOptions.cs

pull/21744/head
liangshiwei 2 years ago
parent
commit
b3ae5dd86c
  1. 2
      framework/src/Volo.Abp.Settings/Volo/Abp/Settings/AbpSettingOptions.cs

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

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

Loading…
Cancel
Save