We are integrating PayPal with our web app, hosted in Azure. Following best practice recommendations, we have been putting config values in the CSCFG file rather than web.config or app.config, but it looks like the PayPal .NET SDK only supports authentication via web.config/app.config values.
Does anyone know of a way to set the authentication values in C# code? This would allow us to continue to use the CSCFG file as the repository of all our config values.