Setting.Encrypted 属性

定义

指示扩展设置值是否应在报告服务器数据库中加密。

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

属性值

一个 Boolean 表示设置值是否应在报告服务器数据库中加密的值。

注解

如果设置被标记为加密,报告服务器会先加密数据,然后将其存储到报告服务器数据库中。

将属性true设置为Encrypted设置值可能包含敏感信息(如密码)时。

适用于