ConfigurationAttribute.IsProtected 属性

定义

获取一个值,该值指示属性值是否加密。

public:
 property bool IsProtected { bool get(); };
public bool IsProtected { get; }
member this.IsProtected : bool
Public ReadOnly Property IsProtected As Boolean

属性值

true 如果属性值已加密,则为 ;否则为 false

注解

此属性的值是通过读取配置属性的 isPropertyEncrypted 元数据确定的。

适用于