Table of Contents

Class PdfSigningOptions

Namespace
DocWright.Signatures
Assembly
DocWright.Signatures.dll

How a PDF signature is composed.

public sealed class PdfSigningOptions
Inheritance
PdfSigningOptions
Inherited Members

Constructors

PdfSigningOptions()

Properties

ContactInfo

The contact information recorded in the signature dictionary, or null.

FieldName

The form field name for the signature. Defaults to Signature1.

HashAlgorithm

The digest algorithm. Defaults to SHA-256.

Location

The location recorded in the signature dictionary, or null.

Reason

The reason recorded in the signature dictionary, or null.

ReservedSignatureBytes

Bytes reserved for the CMS blob. The blob's length is not known until it has been produced, but the byte ranges that cover the file must be written before then, so the space is reserved and the signature is padded into it.

SigningTime

The signing time to record in the signature dictionary's /M entry, or null to record none.