ConfigurationAttribute.IsProtected Property

Definition

Gets a value indicating whether the attribute value is encrypted.

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

Property Value

true if the attribute value is encrypted; otherwise, false.

Remarks

The value of this property is determined by reading the isPropertyEncrypted metadata for the configuration attribute.

Applies to