ProtectedConfigurationSection::Providers Property

 

Gets a ProviderSettingsCollection collection of all the ProtectedConfigurationProvider objects in all participating configuration files.

Namespace:   System.Configuration
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.

The following code example shows how to use the Providers property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: