IInternalConfigHost.DecryptSection Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Entschlüsselt einen verschlüsselten Konfigurationsabschnitt und gibt ihn als Zeichenfolge zurück.
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
Parameter
- encryptedXml
- String
Eine verschlüsselte XML-Zeichenfolge, die einen Konfigurationsabschnitt darstellt.
- protectionProvider
- ProtectedConfigurationProvider
Das ProtectedConfigurationProvider-Objekt.
- protectedConfigSection
- ProtectedConfigurationSection
Das ProtectedConfigurationSection-Objekt.
Gibt zurück
Ein entschlüsselter Konfigurationsabschnitt als Zeichenfolge.