ConfigurationAttributeSchema.IsEncrypted 属性

定义

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

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

属性值

true 如果属性值在磁盘上加密,则为 ;否则为 false

注解

当此属性返回 时,从实现此架构的配置属性接收的 true属性值将返回加密数据。

适用于