ProtectedProviderSettings::Providers Property
.NET Framework (current version)
Gets a collection of ProviderSettings objects that represent the properties of the providers for the protected configuration data.
Assembly: System.Configuration (in System.Configuration.dll)
public: [ConfigurationPropertyAttribute("", IsDefaultCollection = true, Options = ConfigurationPropertyOptions::IsDefaultCollection)] property ProviderSettingsCollection^ Providers { ProviderSettingsCollection^ get(); }
Property Value
Type: System.Configuration::ProviderSettingsCollection^A collection of ProviderSettings objects that represent the properties of the providers for the protected configuration data.
Use this property to access the properties of the providers for protected configuration data instead of the Properties property.
.NET Framework
Available since 2.0
Available since 2.0
Show: