|
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.
|