Поделиться через


DelegatingConfigHost.EncryptSection Метод

Определение

Зашифровывает раздел объекта конфигурации.

Этот 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 .

Возвращаемое значение

Строка, представляющая зашифрованный раздел объекта конфигурации.

Реализации

Применяется к