System.Web
2.0.0.0
System.Configuration.ConfigurationElement
You can extend the security of your Web application by creating your own named object that is mapped to a file specified by the policyFile attribute.
Defines the mapping of specific security levels to named policy files. This class cannot be inherited.
Constructor
The constructor creates a object by using the supplied parameters.
Creates an instance of the class that is initialized based on the provided values, which define the mapping of specific security levels to named policy files.
A named security level that is mapped to a policy file.
The configuration file that contains security policy settings for the named security level.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("name", DefaultValue="Full", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey)
System.Configuration.StringValidator(MinLength=1)
System.String
To be added.
To be added.
Gets or sets a named security level that is mapped to a policy file.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("policyFile", DefaultValue="internal", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)
System.String
To be added.
To be added.
Gets or sets the configuration file reference that contains the security policy settings for the named security level.
2.0.0.0
Property
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
2.0.0.0