System.Web.Configuration.AuthorizationRule: Property Members

The properties of System.Web.Configuration.AuthorizationRule are listed below. For a list of all members, see the AuthorizationRule Members list.

See Also: Inherited members from System.Configuration.ConfigurationElement

Public Properties

ActionAuthorizationRuleAction.

Gets or sets the System.Web.Configuration.AuthorizationRule action.

[read-only]
RolesSystem.Collections.Specialized.StringCollection.

Gets the roles associated with the resource.

[read-only]
UsersSystem.Collections.Specialized.StringCollection.

Gets the users associated with the resource.

[read-only]
VerbsSystem.Collections.Specialized.StringCollection.

Gets the verbs associated with the resource.

Protected Properties