Share via


ConfigurationAttribute.IsProtected Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Attributwert verschlüsselt ist.

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

Eigenschaftswert

true , wenn der Attributwert verschlüsselt ist; falseandernfalls .

Hinweise

Der Wert dieser Eigenschaft wird durch Lesen der isPropertyEncrypted Metadaten für das Konfigurationsattribute bestimmt.

Gilt für: