This class represents the signature field seed value dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 234, page 447.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 237, page 542.

Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3; Table: 8.83, page 44.

This class is always an indirect object because SignatureFieldElement.EntrySV requires it to be so.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.SignatureFieldSeedValueElement

A signature field seed value dictionary pre-configures the signing operation. It can restrict or suggest the filter, sub-filter, digest method, certificate requirements, timestamp URL, and appearance.

The Ff integer marks each restriction as mandatory or advisory. The DigestMethod array lists acceptable hash algorithms. The Cert entry references a certificate seed value dictionary constraining the signing certificate.

LockDocument, AddRevInfo, and AppearanceFilter control document locking, long-term validation data embedding, and appearance handler restriction respectively.

 

   
   
Method
Description
SignatureFieldSeedValueElement Create a new SignatureFieldSeedValueElement.
inherited methods...

 

   
   
Property
Description
EntryType Represents the "Type" entry of the signature field seed value dictionary object.
EntryFilter Represents the "Filter" entry of the signature field seed value dictionary object.
EntrySubFilter Represents the "SubFilter" entry of the signature field seed value dictionary object.
EntryDigestMethod Represents the "DigestMethod" entry of the signature field seed value dictionary object.
EntryCert Represents the "Cert" entry of the signature field seed value dictionary object.
EntryReasons Represents the "Reasons" entry of the signature field seed value dictionary object.
EntryMDP Represents the "MDP" entry of the signature field seed value dictionary object.
EntryTimeStamp Represents the "TimeStamp" entry of the signature field seed value dictionary object.
EntryLegalAttestation Represents the "LegalAttestation" entry of the signature field seed value dictionary object.
EntryAddRevInfo Represents the "AddRevInfo" entry of the signature field seed value dictionary object.
EntryLockDocument Represents the "LockDocument" entry of the signature field seed value dictionary object.
EntryAppearanceFilter Represents the "AppearanceFilter" entry of the signature field seed value dictionary object.
EntryFf Represents the "Ff" entry of the signature field seed value dictionary object.
EntryV Represents the "V" entry of the signature field seed value dictionary object.
inherited properties...