IInternalConfigHost.DecryptSection Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.
- protectionProvider
- ProtectedConfigurationProvider
Het ProtectedConfigurationProvider-object.
- protectedConfigSection
- ProtectedConfigurationSection
Het ProtectedConfigurationSection-object.
Retouren
Een ontsleutelde configuratiesectie als een tekenreeks.