I want to create WCF service and client. I want to add 2 way SSL between these 2 services.
I was wondering, if there is a way that these services will cache the negotiation data of the first connection, and use it in the following connections in order to reduce the latency caused by the SSL handshake.
Can someone help?
Thanks.