Skip to main content

GetDocumentSignaturesResponse Properties

An object defining properties for the GetDocumentSignaturesResponse class.

TimeStamp

The timestamp associated with the document signatures.

Type: DocumentTimeStamp

Provides the DocumentTimeStamp object that indicates when the document signatures were created or validated.


Signatures

A list of document signatures included in the response.

Type: List<DocumentSignature>

Contains the collection of DocumentSignature objects representing the signatures associated with the document.


ValidationDetail

Detailed information about the validation process for the document signatures.

Type: string

Contains specific details and insights into the validation process, including any errors or warnings encountered during validation.


IsValid

Indicates whether the document signatures are valid.

Type: bool

A boolean flag that shows if the document signatures have been successfully validated.


ValidationDescription

A description of the validation result for the document signatures.

Type: string

Provides a textual description of the validation outcome, detailing the status and any relevant information about the document signatures.