I want to sign a XML document using sender?s private key and then receiver?s public key.
Signing using sender?s private key is working fine. But i couldn?t find how to encrypt that signed XML using receiver?s public key.
Then particular receiver can open the document.
Can anyone help me on encrypting and decrypting XML signature?
I?m using ASP.net 2003,C#,WSE 1.0
encrypt XML using receiver?s public key