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