I appreciate your cooperation with the following situation. I have a project in .Net C # which must consume an external web service that is built in java, to be able to consume the service I must add the client certificates (I already have them installed in the machine), I have read several articles but I have not given how to do it, in a java example they create an SSLContext where they add the certificates and then they pass them to HttpPost but I do not know which classes in c # I can approve these from java.
the following are some articles that I have read.
SOAP Web Service Consumption with certificates