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. |
TokenId | The unique identifier associated with the secret token. |
RandomValue | A randomly generated value, created when the secret is initialized. |
ObjectType | Gets or sets the type identifier of the document management object. |
Constructors
Name | Description |
---|---|
DMObjectSecret(id, objectType, tokenId) | Initializes a new instance of the DMObjectSecret class with the specified identification and type information. |