Form message digest of piped string (cadena) from an XML file.

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

Syntax

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

Parameters

xmlFile
Type: System..::.String
Name of input XML file to be processed (or a string containing XML data)

Return Value

Message digest in hex format or empty string on error

Examples

CopyC#
Console.WriteLine(Sat.MakeDigestFromXml("cfdv40-ejemplo-signed-tfd.xml"));
// 0ff1274e51fbb090489588d832bb1b5b36543302decbb0a5490839b8c99e8755

See Also