What Changed
We changed the default value of the IModelApplication.ProtectedContentText
property from "Protected Content" to *******
and made it non-localizable.
ListView cells with protected data will look as follows:
DetailView editors with protected data will display a tooltip:
You can localize the tooltip under the Localization | Security | ProtectedContentToolTip node in the Model Editor.
Reasons for Change
We want to improve the user experience, because "Protected Content" is not well distinguished from regular data. *******
is a less noisy and a more popular indicator of protected data.
How to Revert to Previous Behavior
- Under the Localization | Security | ProtectedContentToolTip node, set the Value property to an empty string.
- Select
YourSolutionName
node and set the ProtectedContentText property "Protected Content" (this property will remain non-localizable).