Table of Contents

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 = 2

Only form filling is allowed after certification.

FormFillingAndAnnotations = 3

Form filling and annotations (comments) are allowed after certification.

NoChanges = 1

No changes allowed. The document is fully locked after certification.