DelegatingConfigHost.DecryptSection Methode

Definitie

Ontsleutelt een versleutelde configuratiesectie.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

encryptedXml
String

Een versleuteld gedeelte van een configuratiebestand.

protectionProvider
ProtectedConfigurationProvider

Een object met de providers die beveiligde configuratiegegevens versleutelen en ontsleutelen.

protectedConfigSection
ProtectedConfigurationSection

Een object dat programmatische toegang biedt tot de configProtectedData configuratiesectie.

Retouren

Een tekenreeks die een ontsleutelde configuratiesectie vertegenwoordigt.

Implementeringen

Van toepassing op