The System.Configuration.SpecialSetting enumeration defines a set of special categories that are applied to application settings properties with the System.Configuration.SpecialSettingAttribute class.
The default settings provider, System.Configuration.LocalFileSettingsProvider, does not encrypt or otherwise protect connection strings. It simple stores this type of settings in a separate <connectionstrings> section in the appropriate configuration file.