The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SectionInformation::ProtectSection Method (String^)
.NET Framework (current version)
Marks a configuration section for protection.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- protectionProvider
-
Type:
System::String^
The name of the protection provider to use.
| Exception | Condition |
|---|---|
| InvalidOperationException | The AllowLocation property is set to false. - or - The target section is already a protected data section. |
The ProtectSection method marks the section for encryption so it will be written in encrypted form on disk.
The following protection providers are included by default:
DpapiProtectedConfigurationProvider
RsaProtectedConfigurationProvider
Note |
|---|
If you call the ProtectSection method with a null parameter or an empty string, the RsaProtectedConfigurationProvider class is used as the protection provider. |
For more information about protected configuration sections, see Encrypting Configuration Information Using Protected Configuration.
.NET Framework
Available since 2.0
Available since 2.0
Show:
