GetDocumentSignaturesRequest Properties
An object defining properties for the GetDocumentSignaturesRequest class.
DecryptedVersionSecret
Gets the decrypted document management object version secret that is automatically populated using the VersionSecretKey value.
Type: DMObjectVersionSecret
The DecryptedVersionSecret property contains the decrypted form of the document version secret. The decryption process is handled automatically by the DecryptData attribute using the value from the VersionSecretKey property.
SecretKey
Gets the encrypted secret key associated with the document.
Type: string
The SecretKey property holds the encrypted form of the document secret. This value is provided during the object construction and remains unchanged throughout the object's lifecycle.
DecryptedSecret
Gets the decrypted document management object secret that is automatically populated using the SecretKey value.
Type: DMObjectSecret
The DecryptedSecret property contains the decrypted form of the document secret. The decryption process is handled automatically by the DecryptData attribute using the value from the SecretKey property.
VersionSecretKey
Gets the encrypted secret key associated with the document version.
Type: string
The VersionSecretKey property holds the encrypted form of the document version secret. This value is provided during the object construction and remains unchanged throughout the object's lifecycle.