While decrypting text using RSACryptoServiceProvider.Decrypt, I am getting the error:
RSACryptoServiceProvider.Decrypt
Error occurred while decoding OAEP padding.
This error normally indicates you are using a public key to decrypt, while you should be using a private key for decryption. Give it a try.