Click or drag to resize

TfdVerifySignature Method

Verify the selloSAT signature in CFDI XML document.

Namespace: FirmaSAT
Assembly: diFirmaSatNet (in diFirmaSatNet.dll) Version: 10.70.0.38178 (10.70.0.0)
Syntax
public static int VerifySignature(
	string xmlFile,
	string certFile
)

Parameters

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

Return Value

Int32
0 if signature is verified or non-zero error code if failed
See Also