public virtual string DecryptSection(string encryptedXml, ProtectedConfigurationProvider protectionProvider, ProtectedConfigurationSection protectedConfigSection) { return(host.DecryptSection(encryptedXml, protectionProvider, protectedConfigSection)); }