I need to know how to do mutual authentication in C #. I know this is pretty easy in WCF applications. However, I have to perform two-way SSL authentication from a console application in C #. I have two public certificates for client and server.
Any help would be appreciated!
source share