Hi,
I want to encrypt with private key and decrypt with public key using the RSACryptoServiceProvider, but it doesn't work.
I tried many ways, like exchange E and D parameters in keyinfo with the Encrypt... or i tried to use Decrypt for encryption and Encrypt for decryption, but there is a padding error...
Is it possible with the framework to do that
Thanks