System.Web.Configuration.SecurityPolicySection.TrustLevels Property

Gets the SecurityPolicySection.TrustLevels collection.

Syntax

[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public TrustLevelCollection TrustLevels { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The default values for the SecurityPolicySection.TrustLevels property are Full, High, Medium, Low, and Minimal. The items of the SecurityPolicySection.TrustLevels 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>.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0