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 itemsThe data items that XMLSignatureVerificationResult variables contain.
certificateListA list of byte values
that contains the list of certificates.
dateSignedA date value
that specifies the date on which the PDF document was signed.
signatureStatusA 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.
signerCertA list of byte values
that represents the certificate of the signer.
signerNameA string value
that specifies the name of the signer.
signerStatusAn IdentityStatus value
that identifies the status of the signer.
|
|
|