ConfigurationAttribute.IsProtected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.