namespace DotBased.AspNet.Authority.Attributes; /// /// Indicates to protect the property before saving to the repository. /// [AttributeUsage(AttributeTargets.Property)] public class ProtectAttribute : Attribute { }