Keys FieldsTerminal Works - PDF Printing.Net Library

The PdfSignatureFieldKeys type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberByteRange
(Required) An array of pairs of integers (starting byte offset, length in bytes) describing the exact byte range for the digest calculation. Multiple discontinuous byte ranges may be used to describe a digest that does not include the signature token itself.
Public fieldStatic memberContactInfo
(Optional) Contact info of the signer.
Public fieldStatic memberContents
(Required) The encrypted signature token.
Public fieldStatic memberFilter
(Required; inheritable) The name of the signature handler to be used for authenticating the field’s contents, such as Adobe.PPKLite, Entrust.PPKEF, CICI.SignIt, or VeriSign.PPKVS.
Public fieldStatic memberLocation
(Optional) The CPU host name or physical location of the signing.
Public fieldStatic memberM
(Optional) The time of signing. Depending on the signature handler, this may be a normal unverified computer time or a time generated in a verifiable way from a secure time server.
Public fieldStatic memberName
(Optional) The name of the person or authority signing the document.
Public fieldStatic memberReason
(Optional) The reason for the signing, such as (I agree…).
Public fieldStatic memberSubFilter
(Optional) The name of a specific submethod of the specified handler.
Public fieldStatic memberType
(Optional) The type of PDF object that this dictionary describes; if present, must be Sig for a signature dictionary.
Top
See Also

Reference