GetDocumentSignaturesRequest
The GetDocumentSignaturesRequest
class represents a request object for retrieving document signatures, providing necessary properties for document and version secret management.
This class is used in the document signature retrieval process where both document and version secrets are required. The secrets are managed through encrypted and decrypted pairs of properties, where the encrypted values are provided during construction and the decrypted values are automatically handled through the DecryptData attribute.
Properties
Name | Description |
---|---|
DecryptedVersionSecret | Gets the decrypted document management object version secret that is automatically populated using the VersionSecretKey value. |
SecretKey | Gets the encrypted secret key associated with the document. |
DecryptedSecret | Gets the decrypted document management object secret that is automatically populated using the SecretKey value. |
VersionSecretKey | Gets the encrypted secret key associated with the document version. |
Constructors
Name | Description |
---|---|
GetDocumentSignaturesRequest() | Initializes a new instance of the GetDocumentSignaturesRequest class. |
GetDocumentSignaturesRequest(secretKey, versionSecretKey) | Initializes a new instance of the GetDocumentSignaturesRequest class with the specified secret keys. |