ConfigurationAttribute.IsProtected 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出屬性值是否加密。
public:
property bool IsProtected { bool get(); };
public bool IsProtected { get; }
member this.IsProtected : bool
Public ReadOnly Property IsProtected As Boolean
屬性值
true
如果屬性值已加密,則為 ;否則為 false
。
備註
這個屬性的值是藉由讀取 isPropertyEncrypted
組態屬性的中繼資料來決定。