When signing with enveloping signature I add Base64 transformation like this:
DSIGReference *ref = sig->createReference(MAKE_UNICODE_STRING("#data")); //Object tag
ref->appendBase64Transform();
And allways got "Error mapping context node" error here:
sig->sign();
Please, could someone verify if this works for you?
Thank you.
