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
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