I have to call a Web service of Hubject platform that requires Host, .crt and .key files to establish connection, I made it in Postman and everything is OK with the follow settings:
Obviously I have generated these two certificates but now I don't know how to load them in a C# web api call (simple console application in .NET Core 3), neither using RestClient nor using HttpClient.