Skip to main content

CategorizeOrMaskingRequest

The CategorizeOrMaskingRequest class represents a request to either categorize sensitive data or apply masking rules to a document.

This class encapsulates the necessary information for processing a document's sensitive data, including object and version secrets, masking configurations, and the operation mode (categorization or masking).

Properties

NameDescription
DecryptedVersionSecretGets the decrypted document version secret information.
SecretKeyGets or sets the key used for decrypting secret information.
MaskingOptionsGets or sets the list of masking options to be applied to sensitive data.
DecryptedSecretGets the decrypted document management object secret information.
IsCategorizeGets or sets whether the request is for categorizing sensitive data.

Constructors

NameDescription
CategorizeOrMaskingRequest()Initializes a new instance of the CategorizeOrMaskingRequest class.
CategorizeOrMaskingRequest(secretKey, decryptedSecret, decryptedVersionSecret, isCategorize, maskingOptions)Initializes a new instance of the CategorizeOrMaskingRequest class with complete information.