Y
yy
I try to move PocketSignature to Wince.NET4.2,
but when it calls
byte[] encryptData = Crypto.Encrypt(
Global.Settings.GetString(Passphrase),
_signature.SignatureBits);
It throw MissFunction Exception.
I find it goes wrong when invoke the WinApi
But It runs well on PocketPC Emulator.
Who can help me?!
Thanks forward!
but when it calls
byte[] encryptData = Crypto.Encrypt(
Global.Settings.GetString(Passphrase),
_signature.SignatureBits);
It throw MissFunction Exception.
I find it goes wrong when invoke the WinApi
But It runs well on PocketPC Emulator.
Who can help me?!
Thanks forward!