Class PdfSigningOptions
- Namespace
- DocWright.Signatures
- Assembly
- DocWright.Signatures.dll
How a PDF signature is composed.
public sealed class PdfSigningOptions
- Inheritance
-
PdfSigningOptions
- Inherited Members
Constructors
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.
- 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
/Mentry, or null to record none.