Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CommitmentType Properties

Contains properties used to specify the signer’s commitment type.
Name Description
Description Gets additional commitment information.
Id Obtains the commitment object identifier.
ProofOfApproval static Obtains the Proof of Approval commitment type (the signer approved the content of the signed data object) parameters.
ProofOfCreation static Obtains the Proof of Creation commitment type (the signer created the content of the signed data object) parameters.
ProofOfDelivery static Obtains the Proof of Delivery commitment type (The TSP delivered a signed data object in a local store and the recipient can access the object) parameters.
ProofOfOrigin static Obtains the Proof of Origin commitment type (the signer accepts that they created, approved and sent the signed data object) parameters.
ProofOfReceipt static Obtains the Proof of Receipt commitment type (the signer confirms that they received the content of the signed data object) parameters.
ProofOfSender static Obtains the Proof of Sender commitment type (the signed data object was sent) parameters.
See Also