System.Web.Configuration.FormsAuthenticationUserCollection Class

Represents a collection of System.Web.Configuration.FormsAuthenticationUser objects. This class cannot be inherited.

See Also: FormsAuthenticationUserCollection Members

Syntax

[System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.FormsAuthenticationUser), AddItemName="user", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)]
public sealed class FormsAuthenticationUserCollection : System.Configuration.ConfigurationElementCollection

Remarks

The System.Web.Configuration.FormsAuthenticationCredentials uses the System.Web.Configuration.FormsAuthenticationUserCollection to programmatically access and modify the users element of the credentials section in the forms section of the authorization configuration section.

This type is part of a group that includes the System.Web.Configuration.FormsAuthenticationConfiguration, the System.Web.Configuration.FormsAuthenticationCredentials, and the System.Web.Configuration.FormsAuthenticationUser types.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0