ProtectedConfiguration::Providers Property
.NET Framework (current version)
Gets a collection of the installed protected-configuration providers.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ProtectedConfigurationProviderCollection^ Providers { static ProtectedConfigurationProviderCollection^ get(); }
Property Value
Type: System.Configuration::ProtectedConfigurationProviderCollection^A ProtectedConfigurationProviderCollection collection of installed ProtectedConfigurationProvider objects.
The following example shows how to use the Providers property to retrieve the collection of installed ProtectedConfigurationProvider objects.
.NET Framework
Available since 2.0
Available since 2.0
Show: