Hi,
I am getting an error: Error occurred while decoding OAEP padding.
while decrypting a message that was encrypted using the private key of the RemoteParty (OAEP = true), using the public key of the RemoteParty in my application.
when both the encrypting (At Remote) and decrypting (my side) are done with OAEP =fasle, i get error : Bad Key.
Why is this happening? Does RSACSP.Decrypt, not accept a public key?
Any Ideas???
PS: Platform = Windows Vista.