ProtectedConfigurationSection::DefaultProvider Property
.NET Framework (current version)
Gets or sets the name of the default ProtectedConfigurationProvider object in the Providers collection property.
Assembly: System.Configuration (in System.Configuration.dll)
public: [ConfigurationPropertyAttribute("defaultProvider", DefaultValue = "RsaProtectedConfigurationProvider")] property String^ DefaultProvider { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The name of the default ProtectedConfigurationProvider object in the Providers collection property.
.NET Framework
Available since 2.0
Available since 2.0
Show: