Get setting from C# App.config file
问题 I have an app.config file. It's from a sample given to me for an API I have to use... I want to get a setting from the file so that I can use the settings from there and not have to duplicate efforts. How can I get the words "FindMe", "LocalMachine" and "My" in this app.config file (to drive pulling a certificate from the given information)? <?xml version="1.0" encoding="utf-8"?> <configuration> <startup>...</startup> <system.serviceModel> <bindings>...</bindings> <client>...</client>