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
| Name | Description |
|---|---|
| ValidationDescription | A description of the validation result for the document signatures. |
| TimeStamp | The timestamp associated with the document signatures. |
| ValidationDetail | Detailed information about the validation process for the document signatures. |
| IsValid | Indicates whether the document signatures are valid. |
| Signatures | A list of document signatures included in the response. |
Constructors
| Name | Description |
|---|---|
| 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. |