Partager via


IInternalConfigHost.DecryptSection Méthode

Définition

Déchiffre une section de configuration chiffrée et la retourne en tant que chaîne.

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

Paramètres

encryptedXml
String

Chaîne XML chiffrée représentant une section de configuration.

Retours

Section de configuration déchiffrée en tant que chaîne.

S’applique à