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


IInternalConfigHost.DecryptSection Метод

Определение

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

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

Параметры

encryptedXml
String

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

protectedConfigSection
ProtectedConfigurationSection

Объект ProtectedConfigurationSection.

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

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

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