System.Web.Configuration.AuthorizationRuleCollection Members

The members of System.Web.Configuration.AuthorizationRuleCollection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

[read-only]
override
CollectionTypeSystem.Configuration.ConfigurationElementCollectionType.

Gets the type of this System.Web.Configuration.AuthorizationRuleCollection.

default property
Item(int)AuthorizationRule. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
ElementNamestring.

The name used to identify this collection of elements in the configuration file.

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.
[read-only]
ThrowOnDuplicatebool. Documentation for this section has not yet been entered.

Public Methods

Add(AuthorizationRule)

Adds a System.Web.Configuration.AuthorizationRule object to the collection.

Clear()

Removes all System.Web.Configuration.AuthorizationRule objects from the collection.

Get(int) : AuthorizationRule

Gets the System.Web.Configuration.AuthorizationRule at the specified index.

IndexOf(AuthorizationRule) : int

Gets the collection index of the specified System.Web.Configuration.AuthorizationRule object.

Remove(AuthorizationRule)

Removes a System.Web.Configuration.AuthorizationRule object from the collection.

RemoveAt(int)

Removes a System.Web.Configuration.AuthorizationRule object from the collection at the specified index.

Set(int, AuthorizationRule)

Adds the specified System.Web.Configuration.AuthorizationRule object to the collection at the specified index.

Protected Methods