JHSectionEncrypt.UnProtectSection Method

DCSoft.DBUtilityGeneric

JHSectionEncryptUnProtectSection Method
从关联的配置节中移除受保护的配置加密

Namespace: DCSoft.Utility.Configuration
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static bool UnProtectSection(
	string configPath,
	string sectionName
)

Parameters

configPath
Type: SystemString
配置文件路径: Web 站点,则为配置文件所在目录的虚拟路径 Exe 程序,则为应用程序的可执行文件的路径,包括可执行文件的名称后缀。
sectionName
Type: SystemString
配置节的名称或路径

Return Value

Type: Boolean
返回一个值,该值指示是否成功取消当前节的保护
Exceptions
ExceptionCondition
ArgumentNullExceptionsectionName is null.
See Also