GetPropertiesRequest
Represents a request to retrieve properties of an object in the document management system.
This class extends BaseRequest to provide the necessary security information for accessing an object's properties. It manages the object's security key and its decrypted version to ensure authorized access.
Properties
Name | Description |
---|---|
SecretKey | Gets the encrypted secret key for the object. |
DecryptedSecret | Gets the decrypted secret information for the object. |
Constructors
Name | Description |
---|---|
GetPropertiesRequest() | Initializes a new instance of the GetPropertiesRequest class. |
GetPropertiesRequest(secretKey) | Initializes a new instance of the GetPropertiesRequest class with the specified security key. |