Cryptography

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hello all I have some cryptography code from a VS 2005 application and I'm
trying to convert it to the compact framework.

I have this line of code

rsa.FromXmlString(PriveteKey)

In the compact framework it says that FromXmlString is not a member of
RSACryptoServiceProvider although I can go to the object browser and find it
there.

Does anyone know a way around this or maybe you know why this is not
working.

Any ideas would be appriciated.

Thanx
 
Back
Top