IInternalConfigHost.DecryptSection Metod

Definition

Dekrypterar ett krypterat konfigurationsavsnitt och returnerar det som en sträng.

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

Parametrar

encryptedXml
String

En krypterad XML-sträng som representerar ett konfigurationsavsnitt.

Returer

Ett dekrypterat konfigurationsavsnitt som en sträng.

Gäller för