Where can I find information on this

G

Guest

Hi,
I need to take orders online and convert each order object to and xml file.
The file will then be encrypted and periodically, the files will be
downloaded by a desktop application for processing.

I've seen an article on this a while ago but can't seem to find it now.
Anyone have any information on how to do this?

Thanks
 
M

Michael Nemtsev

Hello Chris,

To do what?
To serialize - use NetDataContractSerializer class
To encript - use DESCryptoServiceProvider see VB sample there http://support.microsoft.com/kb/301070

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

C> Hi,
C> I need to take orders online and convert each order object to and xml
C> file.
C> The file will then be encrypted and periodically, the files will be
C> downloaded by a desktop application for processing.
C> I've seen an article on this a while ago but can't seem to find it
C> now. Anyone have any information on how to do this?
C>
C> Thanks
C>
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top