Questions tagged as 'certificado'

0
answers

Delphi 7 - Inform A3 Certificate on Indy HTTP

Hello, I'm trying and unsuccessful so far to perform the integration with a web service, where I use the Indy HTTP component, updated to version 10 in Delphi 7 to access and make a GET using XML and JSON in a Web Service REST, however it is nece...
asked by 27.10.2017 / 01:15
1
answer

eSocial xml error: Invalid event signature. Only one 'KeyInfo / X509Data' Element is required / allowed

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/...
asked by 23.08.2017 / 21:01
0
answers

Sign json parameters with digital certificate C #

I'm trying to integrate with a webservice, which requires the message to be encrypted with the PKS7 standard, but when I try to digitally sign the message, I'm getting this error: Exception: The provider was unable to perform the action becau...
asked by 07.07.2017 / 12:54
0
answers

How to sign PDF with A3 digital certificate in C #?

I need to sign a PDF file with A3 digital certificate. It can be in C # or VB.NET.     
asked by 21.02.2017 / 15:14
0
answers

NFS-e signature problem - Verified consignment after signature

I am developing the issue of NFS-e for the city of Gaspar-SC via web service, in which it uses Thema company to process the notes. I'm having trouble subscribing to NFS-e where I'm returning the error: E515 - Error signing signature. - Deli...
asked by 03.08.2016 / 21:59
1
answer

Add an A3 certificate to the TIdSSLIOHandlerSocketOpenSSL component

I would like to know how to integrate a digital certificate of type A3 into the TIdSSLIOHandlerSocketOpenSSL component. I have been able to perform the search part and choose which digital certificate to use, but I am now having difficulty...
asked by 25.04.2016 / 20:25
0
answers

Use Digital Certificate without being installed on the computer

I would like to know if there is any way to use digital certificates in an application without the need for the digital certificate to be installed on the machine. As in the issue of Nota Fiscal, I always use the certificates installed on the ma...
asked by 24.02.2016 / 13:08
0
answers

Directory ./demoCA does not exist in windows openssl

Hello, I'm trying to generate a script through windows openssl and I came across several errors involving the ./demoCA directory. In the openssl.cnf file dir = ./demoCA I downloaded several versions of openssl in zip format but none of...
asked by 06.07.2016 / 21:55
0
answers

What type of digital certificate should I use? [closed]

I have a small project in C # using CLickOnce for publishing. I would like to know what kind of digital certificate I should use (if necessary where to buy ...), or how can I do it (if it can be done outside a company that works with it ...)...
asked by 11.12.2015 / 17:40
0
answers

Decrypt xml file passing the certificate password

I need to decrypt an XML file, but I've already passed the certificate password. I can do similar actions, like signing the file without the certificate driver asking for the password. Following: SecureString senha = new SecureString(); foreac...
asked by 23.01.2015 / 12:03