System.Web.Configuration.RoleManagerSection.Providers Property

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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Role management providers are components that provide access to the types of roles for a site. You can specify role management providers in the providers subsection of the roleManager section of a configuration file.

The RoleManagerSection.DefaultProvider property specifies 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