Table of Contents

Class SecretTextAttribute

Namespace
OpenSettings.Attributes
Assembly
OpenSettings.dll

Specifies that the decorated property should not be exposed or displayed in the spa page. This attribute can be used to hide sensitive or internal data from UI bindings or editors.

[AttributeUsage(AttributeTargets.Property)]
public class SecretTextAttribute : Attribute
Inheritance
SecretTextAttribute
Inherited Members