ProtectedConfigurationSection::Providers Property
.NET Framework (current version)
Gets a ProviderSettingsCollection collection of all the ProtectedConfigurationProvider objects in all participating configuration files.
Assembly: System.Configuration (in System.Configuration.dll)
public: [ConfigurationPropertyAttribute("providers")] property ProviderSettingsCollection^ Providers { ProviderSettingsCollection^ get(); }
Property Value
Type: System.Configuration::ProviderSettingsCollection^A ProviderSettingsCollection collection of all the ProtectedConfigurationProvider objects in all participating configuration files.
.NET Framework
Available since 2.0
Available since 2.0
Show: