.NET Framework Bookmark and Share   
 index > .NET Framework Networking and Communication > How do I use the certicate issued by CA in my TCP/IP channels?
 

How do I use the certicate issued by CA in my TCP/IP channels?

We have a project that requires secure communications between server and client. The server is Windows 2003 and client is XP Embedded (almost identical to XP). We already implemented AES encryption to our TCP/IP channels. Nowwe need to implement an authentication on the top of it.

I have set up a CA onthe server.A PKI certificate is installed on both server andclient. I want to use the certificate installedto establish the authenticationbeforemessage exchage. How do I do it?


jd
Jun Du
Use SSL/TLS (with SslStream)? As we know it uses Certificates for authentication. You get the authentication and encryption through it, so you'd not want to do your manual encryption too I suppose.
http://www.alanjmcf.me.uk/ Please follow-up in the newsgroup. If I help, mark the question answered
Alan J. McFarlane

You can use google to search for other answers

Custom Search

More Threads

• Can we open Client and Server Sockets in Single Application Domain
• Using the WebBrowser on the back end of a web application? Looking for some advice.
• ClassDiagram
• In C#, how can I send a binary packet structure with Socket.Send?
• Server load and response time
• WCF callback without configuration file
• Mailmessage subject encoding (email to sms)
• Data trasfering tip required
• How do I enable useUnsafeHeaderParsing from code? (.NET 1.0)
• Get IP Address from TCPClient class