Most voted "signing" questions
8 questions
Sort by count of
-
5
votes1
answer1720
viewsEFD-Reinf: Invalid signature - Failed to verify XML document signature (using C#)
Good afternoon, someone managed to hold the signing of the EFD-Reinf event using C#? I am sending the event signed and is returning the following occurrence: { <?xml version=""1.0""…
-
3
votes1
answer3835
viewsPHP Digital Signature
I am trying to perform the digital signature of a PHP document through A1 certificate. $pdf = new \FPDI(); $pdf_path = $_SERVER["DOCUMENT_ROOT"] . "\\files\\" . md5(uniqid("")) . ".pdf";…
-
3
votes1
answer835
viewsWhat is causing Malformad Reference Element in my Signature?
I am trying to sign an XML by passing the tag reference, id, XML and certificate. In a certain situation it doesn’t work, however I never know what situation this is, it is something kind of random.…
-
1
votes1
answer68
viewsMSG Format File - Outlook Signature
I have a file in msg format, if I click on it twice it opens in outlook with a configured signature. However it contains images, does anyone know how to edit the location that loads the images in…
-
1
votes2
answers733
viewsSocial submission problems: Invalid event subscription
Using RobRichards, I am trying to get a positive response in sending the XML, but always accuses the message: "Invalid event signature. Suggested Actions: Check if there was event change after…
-
1
votes0
answers734
viewsWhiteboard change font and color of text inserted with drawText
Using the component Whiteboard, inserted the text into the image. However, how can I change the color and font of this text?
-
1
votes1
answer182
viewsOverwrite static method
I don’t even know how to ask the question, but I’ll try. I have a static method in a parent class, and I planned to overwrite in the child classes, but from what I’m seeing here, this is not…
-
1
votes0
answers31
viewsSignedxml in NET 2 vs. NET 4.5
I have a web application in Asp.net, which consumes a webservice in Delphi and that it uses a DLL created in C# to perform signatures. With the web application installed on IIS, it shows an error.…