.NET 2.0 Secure Sockets

  • Thread starter Thread starter MartinABeck
  • Start date Start date
M

MartinABeck

I'm just wondering what is available for Secure Sockets in the .NET 2.0
Framework. Is there any good resources out there that might be able to
give me some good information? Also, are there any good sample
programs somewhere that people can take a look at?

Thanks in advance for the help.
 
I'm just wondering what is available for Secure Sockets in the .NET 2.0
Framework. Is there any good resources out there that might be able to
give me some good information? Also, are there any good sample
programs somewhere that people can take a look at?

Thanks in advance for the help.

look at the SslStream class of .NET 2.0. There are very good SSL samples
in the MSDN help.

Alex
 
Back
Top