Skip to main content

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

NameDescription
SecretKeyGets the encrypted secret key for the object.
DecryptedSecretGets the decrypted secret information for the object.

Constructors

NameDescription
GetPropertiesRequest()Initializes a new instance of the GetPropertiesRequest class.
GetPropertiesRequest(secretKey)Initializes a new instance of the GetPropertiesRequest class with the specified security key.