System.Web.Configuration.FormsAuthenticationUserCollection: Method Members

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

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

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.