I'm getting the error: Event signature invalid. Only one 'KeyInfo / X509Data' Element is required / allowed
Before that I received the error that I should change the signature transform method to:
<Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315">
Before I was:
<Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" />
link used as the basis for signing the xml: link
Note: After using the method to sign, I noticed that you do not create this part:
<KeyInfo>
<X509Data>
<X509Certificate>...</X509Certificate>
</X509Data>
</KeyInfo>
Can this be? If yes what could be missing to create this part in XML?