I got a sample snippet code from OpenNETCF and cfAes, but name space definition is missing for some reason. Here is the missing namespace:
using OpenNETCF.Security.Cryptography.NativeMethods;
I tried to add reference for all the OpenNETCF libraries. But didn't work me.
Any thoughts?
Many thanks.