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 = 4Proof of approval — the signer approves the document content. OID: 1.2.840.113549.1.9.16.6.5
ProofOfCreation = 5Proof of creation — the signer confirms creation of the document. OID: 1.2.840.113549.1.9.16.6.6
ProofOfDelivery = 2Proof of delivery — the signer confirms delivery of the document. OID: 1.2.840.113549.1.9.16.6.3
ProofOfOrigin = 0Proof of origin — the signer is the author of the document. OID: 1.2.840.113549.1.9.16.6.1
ProofOfReceipt = 1Proof of receipt — the signer acknowledges receipt of the document. OID: 1.2.840.113549.1.9.16.6.2
ProofOfSender = 3Proof of sender — the signer confirms being the sender. OID: 1.2.840.113549.1.9.16.6.4