ProtectedProviderSettings::Properties Property
.NET Framework (current version)
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.
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
Available since 2.0
Show: