Setting.Encrypted Property

Definition

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.

Applies to