Skip to main content

CancelBranchRequest

Represents a request to cancel a branch in the document management system.

This class extends BaseRequest to handle branch cancellation operations. It manages security through encrypted/decrypted keys for both the object and the branch being cancelled. The class implements secure cancellation patterns that ensure proper access verification for both the object and the branch.

Properties

NameDescription
SecretKeyGets the encrypted secret key for the object containing the branch.
BranchSecretKeyGets the encrypted secret key for the branch being cancelled.
DecryptedBranchSecretGets the decrypted secret information for the branch being cancelled.
DecryptedObjectSecretGets the decrypted secret information for the object containing the branch.

Constructors

NameDescription
CancelBranchRequest()Initializes a new instance of the CancelBranchRequest class.
CancelBranchRequest(secretKey, branchSecretKey)Initializes a new instance of the CancelBranchRequest class with security information.