IInternalConfigHost.DecryptSection Methode

Definitie

Ontsleutelt een versleutelde configuratiesectie en retourneert deze als een tekenreeks.

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

Parameters

encryptedXml
String

Een versleutelde XML-tekenreeks die een configuratiesectie vertegenwoordigt.

Retouren

Een ontsleutelde configuratiesectie als een tekenreeks.

Van toepassing op