@ -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; }