Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 3.45 KB

providerssettings-class.md

File metadata and controls

60 lines (44 loc) · 3.45 KB
title description ms.date ms.assetid
ProvidersSettings Class
This article provides syntax, properties, remarks, and inheritance hierarchy of the ProvidersSettings Class.
10/07/2016
b333c163-5099-493a-b4ac-da50c029fd55

ProvidersSettings Class

Specifies managed providers that manage membership or roles for an [!INCLUDEvstecasp] 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 - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

ConfigProtectedDataSection Class
EmbeddedObject Class
MembershipSection Class
NameTypeElement Class
RoleManagerSection Class