I would like to know if it's possible to add an Id to the signature, so the singature tag would look like this: <CancelarNfseEnvio xmlns="http://www.abrasf.org.br/nfse.xsd"> <Pedido> <InfPedidoCancelamento Id="C-1734"> <IdentificacaoNfse> </IdentificacaoNfse> <!--Obrigatório. Código de cancelamento com base na tabela de Erros e alertas. </InfPedidoCancelamento> <Signature Id="C-1734" xmlns="http://www.w3.org/2000/09/xmldsig#"> <SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/> <SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/> <Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><DigestValue></DigestValue></Reference></SignedInfo><SignatureValue></SignatureValue> <KeyInfo><X509Data><X509Certificate></X509Certificate></X509Data></KeyInfo></Signature></Pedido></CancelarNfseEnvio>
I would like to know if it's possible to add an Id to the signature, so the singature tag would look like this: