Extracts the MD5 digest from the signature (sello) in an XML file.

Namespace:  FirmaSAT
Assembly:  diFirmaSatNet (in diFirmaSatNet.dll) Version: 2.0.0.31703 (2.0.0.0)

Syntax

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

Parameters

xmlFile
Type: System..::.String
Full path to XML file

Return Value

MD5 digest in hex format or empty string on error

See Also