System.Web.Configuration.MembershipSection.Providers Property

Gets a System.Configuration.ProviderSettingsCollection object of System.Configuration.ProviderSettings objects.

Syntax

[System.Configuration.ConfigurationProperty("providers")]
public System.Configuration.ProviderSettingsCollection Providers { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Membership providers are components that provide access to the membership for a site. You can specify membership providers in the providers subsection of the membership section of the configuration file.

The MembershipSection.DefaultProvider property contains the name of the provider that is used by default.

Requirements

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