encryption using MSDN Signature Sample

A

aries

Hi...
I have a problem encrypting data using MSDN signature sample...
I encrypted data in desktop application and decrypted it in PDA
application...
the encryption was successful, but I had an error
(MissingMethodException) when decrypting..
The error occured when the application called
"WinApi.CryptAcquireContext" method in "Decrypt" method in class
"Crypto".
what confusing me is that the error occured eventhough
"CryptAcquireContext" is already included in that class.
I used CF1, C# (desktop apps), VB (PDA apps), and emulator (WWE PPC
2003 SE)

thanks
 
A

aries

I'm sorry, but i don't understand. How do i check that the cryptoapi
is available for the PDA?
thanks for replying
 

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