using System; namespace FSI.Lib.WinSettings { /// /// This attribute specifies that this property should be encrypted /// when it is saved. /// [AttributeUsage(AttributeTargets.Property)] public class EncryptedSettingAttribute : Attribute { } }