ProvidersSettings Class
Specifies managed providers that manage membership or roles for an ASP.NET application, or encrypt and decrypt configuration data.
Syntax
class ProvidersSettings : EmbeddedObject
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the ProvidersSettings
class.
Name | Description |
---|---|
Providers |
An array of NameTypeElement values that specify managed providers. |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the Providers
array property on the following classes:
Note
Do not confuse this class with the ASP.NET-related ProviderSettings class.
Inheritance Hierarchy
ProvidersSettings
Requirements
Type | Description |
---|---|
Client | - IIS 7.0 on Windows Vista - IIS 7.5 on Windows 7 - IIS 8.0 on Windows 8 - IIS 10.0 on Windows 10 |
Server | - IIS 7.0 on Windows Server 2008 - IIS 7.5 on Windows Server 2008 R2 - IIS 8.0 on Windows Server 2012 - IIS 8.5 on Windows Server 2012 R2 - IIS 10.0 on Windows Server 2016 |
Product | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 |
MOF file | WebAdministration.mof |
See Also
ConfigProtectedDataSection Class
EmbeddedObject Class
MembershipSection Class
NameTypeElement Class
RoleManagerSection Class