Skip to main content
All docs
V25.1
  • CommitmentType Members

    Contains properties used to specify the signer’s commitment type.

    Constructors

    Name Description
    CommitmentType(String, String) Initializes a new instance of the CommitmentType class with specified settings.

    Properties

    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.

    Methods

    Name Description
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current CommitmentType object.
    GetHashCode() Returns a number that identifies the object instance.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also