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