Discuss this help topic in SecureBlackbox Forum

Use XAdES when verifying the XML documents

First, create an instance of TElXAdESVerifier class and Assign it to XAdESProcessor property of TElXMLVerifier class.

After you verify the signature using ValidateSignature() method of TElXMLVerifier class, you can access properties of TElXAdESVerifier class in order to verify them.

First check QualifyingProperties property of TElXAdESVerifier class and verify that it's assigned (contains not null/Nothing/nil). If it is not assigned, then there was no XAdES signature in the document.

If QualifyingProperties property is assigned, you can check other properties of XAdES signature.

Discuss this help topic in SecureBlackbox Forum