共用方式為


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 組態屬性的中繼資料來決定。

適用於