SSL Connections

  • Thread starter Thread starter MarkusSchaber
  • Start date Start date
M

MarkusSchaber

Hi,

I'm currently looking for possibilities to connect to a Server using
SSL. But it seems that the SslStream class is not available on the
compact framework. This irritates me, as MS claims SSL support
for .NET CF for Sockets, http, SOAP and SQL Server Compact
synchronization: http://msdn.microsoft.com/en-us/library/bb738067.aspx?ppud=4#SSLwiththe.NETCompactFramework

What do they mean with "sockets" exactly, and how do I get a simple
ssl-encrypted TCP stream? Do I have to refer to 3rd party libraries?

Thanks,
Markus
 
Hi,

I'm currently looking for possibilities to connect to a Server using
SSL. But it seems that the SslStream class is not available on the
compact framework. This irritates me, as MS claims SSL support
for .NET CF for Sockets, http, SOAP and SQL Server Compact
synchronization:http://msdn.microsoft.com/en-us/library/bb738067.aspx?ppud=4#SSLwitht...

What do they mean with "sockets" exactly, and how do I get a simple
ssl-encrypted TCP stream? Do I have to refer to 3rd party libraries?

After some googling, we found
http://blogs.msdn.com/cgarcia/archive/2009/08/22/getting-a-managed-socket-to-talk-ssl.aspx
and http://blogs.msdn.com/cgarcia/archi...ssl-for-managed-socket-on-windows-mobile.aspx.

This might do the trick.
 
The references are right,
I had used them just in recent project, however this is only part of the
story
--

Dr. J.N. Samedov,

Software Manager
COINMASTERS B.V.
Adrianalaan 101a
3053 MA Rotterdam
The Netherlands

T: 00 31 (0)104186405
F: 00 31 (0)104222549
www.coin-masters.com
 
Back
Top