A
complex type that is used to store the results of the
Verify PDF Document operation
operation of the Signature service.
For information about data that can be accessed using Xpath Expressions,
see
Data items
.
Data items
Provides descriptions of each data item that
PDFDocumentVerificationInfo
variables
contain.
description
A
string
value
that describes the results of the overall validity of the document. These
string values correspond to the status:
-
SignedDocUnknown:
-
The PDF document is signed and at least one signature requires
validating.
-
SignedDocInvalid:
-
The PDF document is signed but at least one signature is invalid.
-
SignedDocIdentityUnverifable:
-
The PDF document is signed and the identity of at least one
of the signers could not be verified.
-
SignedDocValidAndModified:
-
The PDF document is signed and all signatures are valid.
In addition, unsigned changes have occurred since the PDF document was
signed.
-
SignedDocValid:
-
The PDF document was signed and all signatures are valid.
-
CertifiedDocUnknown:
-
The validity of the certification for the PDF document is
unknown. The certificate could not be verified.
-
CertifiedDocInvalid:
-
The PDF document certification is invalid.
-
CertifiedDocIdentityUnverifable:
-
The validity of the PDF document certification is unknown.
The author of the certificate cannot be verified.
-
CertifiedDocValid:
-
The PDF document certification is valid.
status
A
PDFDocumentVerificationStatus
value
that represents the status of the signature. These string values
are valid:
-
SignedDocUnknown:
-
The status of the signed PDF document cannot be determined
and is unknown.
-
SignedDocInvalid:
-
The status of the signed PDF document is invalid.
-
SignedDocIdentityUnverifable:
-
The status of the signed PDF document cannot be verified.
-
SignedDocValidAndModified:
-
The status of the signed PDF document is valid and modified.
-
SignedDocValid:
-
The status of the signed PDF document is valid.
-
CertifiedDocUnknown:
-
The status of the certified PDF document cannot be determined
and is unknown.
-
CertifiedDocInvalid:
-
The status of the certified PDF document is invalid.
-
CertifiedDocIdentityUnverifable:
-
The status of the certified PDF document cannot be verified.
-
CertifiedDocValid:
-
T
he status of the certified PDF document is valid.
|
|
|