SectionInformation::ProtectionProvider Property
.NET Framework (current version)
Gets the protected configuration provider for the associated configuration section.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ProtectedConfigurationProvider^ ProtectionProvider { ProtectedConfigurationProvider^ get(); }
Property Value
Type: System.Configuration::ProtectedConfigurationProvider^The protected configuration provider for this ConfigurationSection object.
For unprotected sections, the ProtectionProvider property is null.
For more information about protected configuration sections, see Encrypting Configuration Information Using Protected Configuration.
The following example shows how to get the ProtectSection value of a ConfigurationSection object.
.NET Framework
Available since 2.0
Available since 2.0
Show: