Edon
Edon

Reputation: 29

Encrypt data with public key

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

Answers (1)

Keeano
Keeano

Reputation: 308

There is a discussion on another forum about this, I hope this will aid you in your quest!

Working With X509Cert on WP7

Upvotes: 2

Related Questions