ProtectedConfiguration::Providers Property

 

Gets a collection of the installed protected-configuration providers.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property ProtectedConfigurationProviderCollection^ Providers {
	static ProtectedConfigurationProviderCollection^ get();
}

The following example shows how to use the Providers property to retrieve the collection of installed ProtectedConfigurationProvider objects.

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

.NET Framework
Available since 2.0
Return to top
Show: