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
TimeStampThe timestamp associated with the document signatures.
SignaturesA list of document signatures included in the response.
ValidationDetailDetailed information about the validation process for the document signatures.
IsValidIndicates whether the document signatures are valid.
ValidationDescriptionA description of the validation result for the document signatures.

Constructors

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