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