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


IInternalConfigHost.EncryptSection Метод

Определение

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

public:
 System::String ^ EncryptSection(System::String ^ clearTextXml, System::Configuration::ProtectedConfigurationProvider ^ protectionProvider, System::Configuration::ProtectedConfigurationSection ^ protectedConfigSection);
public string EncryptSection (string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection);
abstract member EncryptSection : string * System.Configuration.ProtectedConfigurationProvider * System.Configuration.ProtectedConfigurationSection -> string
Public Function EncryptSection (clearTextXml As String, protectionProvider As ProtectedConfigurationProvider, protectedConfigSection As ProtectedConfigurationSection) As String

Параметры

clearTextXml
String

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

protectedConfigSection
ProtectedConfigurationSection

Объект ProtectedConfigurationSection.

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

Зашифрованный раздел конфигурации, представленный как строка.

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