SSL Socket

  • Thread starter Thread starter Stelrad Doulton
  • Start date Start date
OK so nothing for free. What have others used?

The application has been developed using standard .NET sockets so I'd like
something derived from the BCL Socket class. IP*Works' offering
nsoftware.IPWorksSSL.Ipports obviously doesn't do this.
 
So, not just SSL, but a very specific implementation of a given class
interface and free, too? No, not that I know of. You can, if the device
implements SSL, use it with standard managed sockets interfaces. I think
that this should be possible on any Pocket PC device...

Paul T.
 
Well I had given up on free hence;

Avoiding a rewrite is a big bonus hence I am willing to pay for the right
product, mentalis's implementation derives BCL Socket, it would be real nice
to have something similar for CF.
You can, if the device implements SSL, use it with standard managed sockets
interfaces.

Not sure what you mean. Use what? If I need something bringing into the OS I
can talk to the platform guys.

Cheers
 
SSL support is a catalog element in Platform Builder. If you add it to the
platform, your Windows CE device supports SSL. That doesn't give you a new
managed code programming interface of the type that you desire, but you
should be able to write one.

Paul T.
 
Right, I'll look at it.

Thanks

Paul G. Tobey said:
SSL support is a catalog element in Platform Builder. If you add it to
the platform, your Windows CE device supports SSL. That doesn't give you
a new managed code programming interface of the type that you desire, but
you should be able to write one.

Paul T.
 

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

Similar Threads

SSL Connections 2
SSL Socket Connection 1
SSL socket library recommendations 2
TLS/SSL deferred handshake 2
Async Sockets Buffer Manager / Buffer Pool 1
Socket Connected Property problem 1
Is SSL Enough? 1
mail 32

Back
Top