Setting.Encrypted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the extension setting value should be encrypted in the report server database.
public:
property bool Encrypted { bool get(); void set(bool value); };
public bool Encrypted { get; set; }
member this.Encrypted : bool with get, set
Public Property Encrypted As Boolean
Property Value
A Boolean
value indicating whether a value for the setting should be encrypted in the report server database.
Remarks
If a setting is marked as encrypted then the report server encrypts the data before storing it in the report server database.
Set the Encrypted property to true
when the value of the setting may contain sensitive data such as a password.