Relative Content

Tag Archive for c#azureapim

Client certificate Code not working in .net 8

I’ve encountered an issue where I need to include a client certificate when making calls to my Azure APIM. Everything functions correctly when using Postman or C# code written in .NET Framework 4.8. However, when attempting to execute the same code in .NET 8.0, it fails to work.