Assinar XML NFe, Código Fonte - usando DLL

Segue post Código Fonte como Assinar XML da NFe usando DLL da FlexDocs

Dim nomexml As String

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Dim Result As Integer

Dim msgResultado As String

Dim certificado As String

certificado = ""

msgResultado = ""

Dim objNFeUtil As NFe_Util_2G.Util

objNFeUtil = New NFe_Util_2G.Util

Result = objNFeUtil.PegaNomeCertificado(certificado, msgResultado)

If Result = 5401 Or Result = 5402 Then" [...] continue lendo...

Artigos relacionados