ProtectedProviderSettings::Properties Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a ConfigurationPropertyCollection collection that represents the properties of the providers for the protected configuration data.

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

public protected:
property ConfigurationPropertyCollection^ Properties {
	virtual ConfigurationPropertyCollection^ get() override;
}

Property Value

Type: System.Configuration::ConfigurationPropertyCollection^

A ConfigurationPropertyCollection that represents the properties of the providers for the protected configuration data.

Use the Providers property to access the properties of the providers for protected configuration data.

.NET Framework
Available since 2.0
Return to top
Show: