by Pieter Philippaerts [Pieter at mentalis dot org] posted on 2003/11/17 |
|
Unfortunately, the .NET CF does not have some critical namespaces required by the Security Library to compile [System.Security.Cryptography for instance]. To get the Security Library to compile on the CF, you'd have to implement these classes yourself.
Using the Security Library as a start point for a CF secure socket will certainly be very cost effective compared to an implementation starting from scratch [you'll be able to reuse tons of code from our library], but we currently have no plans to port the library to the CF ourselves. |