Skip to main content

GetDocumentSignaturesResponse

The GetDocumentSignaturesResponse class represents the response containing document signatures and validation details.

This class extends BaseResponse and provides information about the document signatures, including their validity and associated timestamps.

Properties

NameDescription
ValidationDescriptionA description of the validation result for the document signatures.
TimeStampThe timestamp associated with the document signatures.
ValidationDetailDetailed information about the validation process for the document signatures.
IsValidIndicates whether the document signatures are valid.
SignaturesA list of document signatures included in the response.

Constructors

NameDescription
GetDocumentSignaturesResponse()Initializes a new instance of the GetDocumentSignaturesResponse class.
GetDocumentSignaturesResponse(signatures, timeStamp, isValid, validationDescription, validationDetail)Initializes a new instance of the GetDocumentSignaturesResponse class with the specified details.