namespace DotBased.AspNet.Authority.Attributes; /// /// Indicates that the property should be protected. /// [AttributeUsage(AttributeTargets.Property)] public class ProtectAttribute : Attribute { }