WebServices & Encrypting

G

Guest

Hi,

I plan to develop an application using .NET CF. This app should access a server, through some WebServices

Does anyone know any approach in order ro encryt the data that will be sent and received

thanks & regards
 
G

Guest

Hi, thank you

Is it possible to use this namespace as standalone? eg: Do I have to install OpenCF? Do you have any sample

My first goal is to use .NET CF only

tks & regards
 
P

Peter Foot [MVP]

You have a couple of options if you don't want to deploy the entire Smart
Device Framework. You can either deploy just the OpenNETCF.dll which
contains the Cryptography namespace, or you can take the source code for the
functionality you require and build your own custom dll.
More detail on the three deployment methods here:-
http://blog.opennetcf.org/pfoot/PermaLink.aspx?guid=455e2ee5-26b8-4063-b6a0-90aec75e179c

Casey's original article on Cryptography has a sample smartphone
application.
http://wwww.brains-n-brawn.com/spCrypt/

Peter
 

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

Top