GetCommitListRequest
The GetCommitListRequest class represents a request to retrieve a list of commits for a specific document version using encrypted security information.
This class encapsulates the necessary security information required to fetch commit history for a document version. It uses encryption attributes to handle secure data transmission.
Properties
| Name | Description |
|---|---|
| VersionSecretKey | Gets the encrypted version secret key used for secure operations. |
| DecryptedVersionSecret | Gets the decrypted version secret information used for secure operations. |
Constructors
| Name | Description |
|---|---|
| GetCommitListRequest() | Initializes a new instance of the GetCommitListRequest class. |
| GetCommitListRequest(versionSecretKey) | Initializes a new instance of the GetCommitListRequest class with the specified version secret key. |