ProvidersSettings Class [IIS 7 and higher]

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

EmbeddedObject

   ProvidersSettings

Requirements

Type

Description

Client

Requires IIS 7 on Windows Vista.

Server

Requires IIS 7 on Windows Server 2008.

Product

IIS 7

MOF file

WebAdministration.mof

See Also

Reference

ConfigProtectedDataSection Class [IIS 7 and higher]

EmbeddedObject Class [IIS 7 and higher]

MembershipSection Class [IIS 7 and higher]

NameTypeElement Class [IIS 7 and higher]

RoleManagerSection Class [IIS 7 and higher]