DelegatingConfigHost.EncryptSection 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对配置对象的节进行加密。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual System::String ^ EncryptSection(System::String ^ clearTextXml, System::Configuration::ProtectedConfigurationProvider ^ protectionProvider, System::Configuration::ProtectedConfigurationSection ^ protectedConfigSection);
public virtual string EncryptSection (string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection);
abstract member EncryptSection : string * System.Configuration.ProtectedConfigurationProvider * System.Configuration.ProtectedConfigurationSection -> string
override this.EncryptSection : string * System.Configuration.ProtectedConfigurationProvider * System.Configuration.ProtectedConfigurationSection -> string
Public Overridable Function EncryptSection (clearTextXml As String, protectionProvider As ProtectedConfigurationProvider, protectedConfigSection As ProtectedConfigurationSection) As String
参数
- clearTextXml
- String
未加密的配置节。
- protectionProvider
- ProtectedConfigurationProvider
一个对象,它包含对受保护的配置数据进行加密和解密的提供程序。
- protectedConfigSection
- ProtectedConfigurationSection
一个 对象,它提供对配置节的 configProtectedData
编程访问。
返回
表示配置对象的已加密节的字符串。