Enum CertificationLevel
- Namespace
- SimpleSign.PAdES.Signing
- Assembly
- SimpleSign.PAdES.dll
Certification level for DocMDP (Document Modification Detection and Prevention) signatures. Controls what modifications are allowed after the document is certified.
public enum CertificationLevel
Fields
FormFilling = 2Only form filling is allowed after certification.
FormFillingAndAnnotations = 3Form filling and annotations (comments) are allowed after certification.
NoChanges = 1No changes allowed. The document is fully locked after certification.