System.Web.Configuration.FormsAuthenticationUserCollection Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

[read-only]
AllKeysstring[].

Gets all the collection's keys.

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

Gets the type of the System.Web.Configuration.FormsAuthenticationUserCollection.

default property
Item(int)FormsAuthenticationUser. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)FormsAuthenticationUser. Documentation for this section has not yet been entered.

Protected Properties

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

Public Methods

Add(FormsAuthenticationUser)

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

Clear()

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

Get(int) : FormsAuthenticationUser

Gets the System.Web.Configuration.FormsAuthenticationUser collection element at the specified index.

Get(string) : FormsAuthenticationUser

Gets the System.Web.Configuration.FormsAuthenticationUser collection element with the specified name.

GetKey(int) : string

Gets the key at the specified System.Web.Configuration.FormsAuthenticationUserCollection collection index.

Remove(string)

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

RemoveAt(int)

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

Set(FormsAuthenticationUser)

Modifies the specified System.Web.Configuration.FormsAuthenticationUser object contained in the collection.

Protected Methods

override
CreateNewElement() : System.Configuration.ConfigurationElement
Documentation for this section has not yet been entered.
override
GetElementKey(System.Configuration.ConfigurationElement) : object
Documentation for this section has not yet been entered.