Seeking Advice on XMLDsig (XML Signature)
843811Jan 19 2010 — edited Jan 22 2010Hi,
I can successfully sign an XML document, using a DSA key.
I can also do the same with an X.509 RSA Cert.
But I'm not sure if it would be logical (and what to do next) to be able to have the publickey (used to validate the XMLDsig)
itself signed with a cert.
I would want to have the application validate the publickey with a known certificate.
How to encode this ? In the X509 data ? A custom X509KeySelector ?