ConfigurationAttributeSchema.IsEncrypted 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 is encrypted on disk.
public:
property bool IsEncrypted { bool get(); };
public bool IsEncrypted { get; }
member this.IsEncrypted : bool
Public ReadOnly Property IsEncrypted As Boolean
Property Value
true
if the attribute value is encrypted on disk; otherwise, false
.
Remarks
Attribute values that are received from a configuration attribute that implements this schema return encrypted data when this property returns true
.