Enum AccessPermissions
- Namespace
- iText.Signatures
- Assembly
- itext.sign.dll
Access permissions value to be set to certification signature as a part of DocMDP configuration.
public enum AccessPermissions
Fields
ANNOTATION_MODIFICATION = 3
Access permissions level 3 which indicates that permitted changes, with addition to level 2, are: annotation creation, deletion and modification.
FORM_FIELDS_MODIFICATION = 2
Access permissions level 2 which indicates that permitted changes, with addition to level 1, are: filling in forms, instantiating page templates, and signing.
NO_CHANGES_PERMITTED = 1
Access permissions level 1 which indicates that no changes are permitted except for DSS and DTS creation.
UNSPECIFIED = 0
Unspecified access permissions value which makes signature "approval" rather than "certification".