System.Web 2.0.0.0 System.Configuration.ConfigurationSection The class provides a way to programmatically access and modify the content of the securityPolicy section of the configuration file. Defines configuration settings that are used to support the security infrastructure of a Web application. This class cannot be inherited. Constructor The constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the class by using the method. Initializes a new instance of the class by using default settings. 2.0.0.0 Property System.Configuration.ConfigurationPropertyCollection To be added. To be added. Gets the properties collection for the object. 2.0.0.0 Property System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection) System.Web.Configuration.TrustLevelCollection To be added. The default values for the property are Full, High, Medium, Low, and Minimal. The items of the collection each specify a security-level name and an associated policy file. You can extend the security system by providing your own named trust-level element mapped to a file specified by the policyFile attribute. For information about creating trust-level elements, see <trustLevel> Element for <securityPolicy>. Gets the collection. 2.0.0.0