I'm trying to generate SignedXML with dsig prefix (which I have managed to do thanks to George Dima's answer in xml signature DS prefix?).
The problem is that the CheckSignature method is now returning false - I am thinking that this method may also need to be overridden just like the ComputeSignature method was however I am lost on how to do that.
Does anyone have a complete answer on how to generate SignedXML with prefix but that can also be verified with CheckSignature please?
I can assure you that I've gone through all related posts about this topic but I haven't come across any that provide a complete solution:
.NET doesn't support non-standard XMLDSIG signature element names
Generating xml signature with "ds" prefix
Generating XADES-BES with “ds” prefix
Generating xml signature with "ds" prefix
Thanks!