ConfigurationAttributeSchema.IsEncrypted Property

Definition

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.

Applies to