CommitmentType Members
In This Article
#Constructors
Name | Description |
---|---|
Commitment |
Initializes a new instance of the Commitment |
#Properties
Name | Description |
---|---|
Description | Gets additional commitment information. |
Id | Obtains the commitment object identifier. |
Proof |
Obtains the Proof of Approval commitment type (the signer approved the content of the signed data object) parameters. |
Proof |
Obtains the Proof of Creation commitment type (the signer created the content of the signed data object) parameters. |
Proof |
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. |
Proof |
Obtains the Proof of Origin commitment type (the signer accepts that they created, approved and sent the signed data object) parameters. |
Proof |
Obtains the Proof of Receipt commitment type (the signer confirms that they received the content of the signed data object) parameters. |
Proof |
Obtains the Proof of Sender commitment type (the signed data object was sent) parameters. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Commitment |
Get |
Returns a number that identifies the object instance. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also