System.Web.Configuration.AuthorizationSection.Rules Property

Gets the System.Web.Configuration.AuthorizationRuleCollection of System.Web.Configuration.AuthorizationRule rules.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The AuthorizationSection.Rules collection returned by this method does not refer to any actual element in the underlying configuration file. It is a construct that allows easy access to the rules it contains. This is a common pattern for handling the elements of a configuration file.

Requirements

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