类库说明文档
JHSectionEncryptProtectSection Method |
标记配置节,并进行保护(.Net 程序会自行解密),异常将直接抛出
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 ProtectSection( string configPath, string sectionName, ProviderType providerType )
Parameters
- configPath
- Type: SystemString
配置文件路径: Web 站点,则为配置文件所在目录的虚拟路径 Exe 程序,则为应用程序的可执行文件的路径,包括可执行文件的名称后缀。 - sectionName
- Type: SystemString
配置节的名称或路径 - providerType
- Type: DCSoft.UtilityProviderType
保护程序类型
Return Value
Type: Boolean返回一个值,该值指示当前保存节是否成功
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | sectionName is null. |
See Also