Reputation: 29
i need to encrypt my symmetric key which is in AES with my public key. I take my public key from server's certificate but i don't know how to encrypt my symmetric key with this public key in Windows Phone 7, i cannot use X509Certificate2. I don't know how to make that RSACryptoServiceProvider to use this public key to encrypt data? Please Help me!
Upvotes: 2
Views: 604
Reputation: 308
There is a discussion on another forum about this, I hope this will aid you in your quest!
Upvotes: 2