Skip to main content

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

NameDescription
DecryptedVersionSecretGets the decrypted document management object version secret that is automatically populated using the VersionSecretKey value.
SecretKeyGets the encrypted secret key associated with the document.
DecryptedSecretGets the decrypted document management object secret that is automatically populated using the SecretKey value.
VersionSecretKeyGets the encrypted secret key associated with the document version.

Constructors

NameDescription
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.