A complex data type used by the Verify XML Signature operation operation provided by the Signature service.
It contains information about the signature and its validity status.
For information about data that can be accessed using Xpath Expressions,
see Data items.
Data items
The data items that XMLSignatureVerificationResult variables contain.
certificateList
A list of byte values
that contains the list of certificates.
dateSigned
A date value
that specifies the date on which the PDF document was signed.
signatureStatus
A boolean value
that indicates whether the signature that is used to sign a PDF document
is valid or not. A value of true means that the
signature is valid. A value of false means that
the signature is invalid.
signerCert
A list of byte values
that represents the certificate of the signer.
signerName
A string value
that specifies the name of the signer.
signerStatus
An IdentityStatus value
that identifies the status of the signer.