I am trying to request post end point using C#. For this from server side I have certificate and private key using this I want to make mutual TLS authentication and send the certificate to the http client.
Can someone guide me in this.
Thanks in advance