0

I have been working on Windows application in C#, which will act as TCP client and communicate with server. Tool has to send Certificate and Private key to Server, once the server authentication is successful there will a handshake at TLS level.

I used SSL stream class to send certificate, but on server end it does shows that the certificate. But once I make connection, server log the client connection.

I am so new to this, Can someone help through the process and examples.

Thanks in advance.

  • 2
    why you want this? Private key is called private, because it must be kept private and not shared with anyone. I would double-check your requirements and confirm the exact intention. It is possible that you misunderstood them, or they are incorrect. Your question sounds suspicious. – Crypt32 Jan 12 '23 at 14:52

0 Answers0