Table of Contents

Enum CommitmentType

Namespace
SimpleSign.Core.Signing
Assembly
SimpleSign.Core.dll

CAdES/XAdES commitment type indication (RFC 5126 §5.11.1). Indicates the type of commitment assumed by the signer.

public enum CommitmentType

Fields

ProofOfApproval = 4

Proof of approval — the signer approves the document content. OID: 1.2.840.113549.1.9.16.6.5

ProofOfCreation = 5

Proof of creation — the signer confirms creation of the document. OID: 1.2.840.113549.1.9.16.6.6

ProofOfDelivery = 2

Proof of delivery — the signer confirms delivery of the document. OID: 1.2.840.113549.1.9.16.6.3

ProofOfOrigin = 0

Proof of origin — the signer is the author of the document. OID: 1.2.840.113549.1.9.16.6.1

ProofOfReceipt = 1

Proof of receipt — the signer acknowledges receipt of the document. OID: 1.2.840.113549.1.9.16.6.2

ProofOfSender = 3

Proof of sender — the signer confirms being the sender. OID: 1.2.840.113549.1.9.16.6.4