System.Web.Configuration.AuthorizationRuleAction Enumeration

Specifies the type of authorization to apply when accessing a resource.

Syntax

public enum AuthorizationRuleAction

Remarks

Use the AuthorizationRule.Action property to programmatically configure the authorization action to be used by a Web application.

Members

Member NameDescription
Allow

The authorization type allows access to the resource.

Deny

The authorization type denies access to the resource.

Requirements

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