Extract message digest from the selloSAT node in Timbre Fiscal Digital of CFDI document.

Namespace:  FirmaSAT
Assembly:  diFirmaSatNet (in diFirmaSatNet.dll) Version: 10.50.0.29531

Syntax

C#
public static string ExtractDigestFromSignature(
	string xmlFile,
	string certFile
)
Visual Basic (Declaration)
Public Shared Function ExtractDigestFromSignature ( _
	xmlFile As String, _
	certFile As String _
) As String

Parameters

xmlFile
Type: System..::.String
Name of input XML file to be processed (or a string containing XML data)
certFile
Type: System..::.String
X.509 certificate file of PAC who signed the TFD (required)

Return Value

Message digest in hex format or empty string on error

See Also