Skip to main content

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

NameDescription
IdGets or sets the unique identifier of the document management object.
TokenIdThe unique identifier associated with the secret token.
RandomValueA randomly generated value, created when the secret is initialized.
ObjectTypeGets or sets the type identifier of the document management object.

Constructors

NameDescription
DMObjectSecret(id, objectType, tokenId)Initializes a new instance of the DMObjectSecret class with the specified identification and type information.