DMObjectSecret
The DMObjectSecret class represents a document management object secret that contains identification and type information for secure document operations.
This class inherits from BaseSecret and provides additional properties for document management object identification and type classification. It is designed to be serializable using Newtonsoft.Json.
Properties
| Name | Description |
|---|---|
| Id | Gets or sets the unique identifier of the document management object. |
| ObjectType | Gets or sets the type identifier of the document management object. |
| RandomValue | A randomly generated value, created when the secret is initialized. |
| TokenId | The unique identifier associated with the secret token. |
Constructors
| Name | Description |
|---|---|
| DMObjectSecret(id, objectType, tokenId) | Initializes a new instance of the DMObjectSecret class with the specified identification and type information. |