System.Web.Configuration.AuthorizationRule Members

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

See Also: Inherited members from System.Configuration.ConfigurationElement

Public Constructors

Creates a new instance of the System.Web.Configuration.AuthorizationRule class using the passed object.

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

Public Methods

override
Equals(object) : bool

Determines whether the specified object is equal to the current object.

override
GetHashCode() : int

Serves as a hash function for this object.

Protected Methods

override
IsModified() : bool

Indicates whether the collection has been modified since it was last saved or loaded.

override
PostDeserialize()
Documentation for this section has not yet been entered.
override
PreSerialize(System.Xml.XmlWriter)
Documentation for this section has not yet been entered.
override
Reset(System.Configuration.ConfigurationElement)
Documentation for this section has not yet been entered.
override
ResetModified()
Documentation for this section has not yet been entered.
override
SerializeElement(System.Xml.XmlWriter, bool) : bool
Documentation for this section has not yet been entered.
override
SetReadOnly()
Documentation for this section has not yet been entered.
override
Unmerge(System.Configuration.ConfigurationElement, System.Configuration.ConfigurationElement, System.Configuration.ConfigurationSaveMode)
Documentation for this section has not yet been entered.