How to create SSL socket?

  • Thread starter Thread starter Jonathan Eric Miller
  • Start date Start date
J

Jonathan Eric Miller

Does anyone know how to create an SSL socket using the .NET Framework?

Jon
 
Jonathan Eric Miller said:
Does anyone know how to create an SSL socket using the .NET Framework?

At this moment, only HTTP over SSL is supported by the .NET runtime. You
can't create an SSL socket [however this will be supported in the new
version of the framework].
At the moment you'll have to use a third party library if you really need
SSL sockets. We have a free and open source library at
http://www.mentalis.org/soft/projects/seclib/

Regards,
Pieter Philippaerts
Managed SSL/TLS: http://www.mentalis.org/go.php?sl
 
Thanks for the info. Any idea when the next version of the framework is due
out?

Jon

Pieter Philippaerts said:
Jonathan Eric Miller said:
Does anyone know how to create an SSL socket using the .NET Framework?

At this moment, only HTTP over SSL is supported by the .NET runtime. You
can't create an SSL socket [however this will be supported in the new
version of the framework].
At the moment you'll have to use a third party library if you really need
SSL sockets. We have a free and open source library at
http://www.mentalis.org/soft/projects/seclib/

Regards,
Pieter Philippaerts
Managed SSL/TLS: http://www.mentalis.org/go.php?sl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top