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.