NativeMethods doesn't exist in OpenNETCF.Security.Cryptography
Posted
by Kelvin
on Stack Overflow
See other posts from Stack Overflow
or by Kelvin
Published on 2010-02-05T02:00:34Z
Indexed on
2010/05/18
3:30 UTC
Read the original article
Hit count: 307
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.
© Stack Overflow or respective owner