Configuration config = WebConfigurationManager.OpenWebConfiguration("/");
ConfigurationSection appSettings = config.GetSection("appSettings");
if (appSettings.SectionInformation.IsProtected)
{
appSettings.SectionInformation.UnprotectSection();
}
else
{
appSettings.SectionInformation.ProtectSection(
"DataProtectionConfigurationProvider");
}
config.Save();
相关文章
- 12-17让Ansible更安全:使用Vault进行加密
- 12-17宜搭低代码高级认证实操题2 faas连接器加密解密
- 12-17驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接
- 12-17利用Base64加密算法将数据加密解密
- 12-17【教程】高效数据加密混淆方法及实现简介
- 12-17【教程】高效数据加密混淆方法及实现简介
- 12-17给手机换电池、贴膜:VIVO服务还是非常好的
- 12-17vue给input密码框设置眼睛睁开闭合对于密码显示与隐藏
- 12-1720240408通过win32diskimager给TF卡写入Ubuntu Core 16.04
- 12-17加密域可逆信息隐藏的安全多方远程医疗应用