System.Web.Configuration.AuthorizationRule Class

The System.Web.Configuration.AuthorizationRule class allows you to programmatically access and modify the authorization section of a configuration file. This class cannot be inherited.

See Also: AuthorizationRule Members

Syntax

public sealed class AuthorizationRule : System.Configuration.ConfigurationElement

Remarks

The System.Web.Configuration.AuthorizationRule class provides a way to programmatically access and modify the authorization section of a configuration file.

This type is part of a group that includes the System.Web.Configuration.AuthorizationSection, the System.Web.Configuration.AuthorizationRuleCollection, and the System.Web.Configuration.AuthorizationRuleAction types.

Note:

The System.Web.Configuration.AuthorizationSection can update the configuration information at any level in the configuration hierarchy.

Requirements

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