Property SigningTime
- Namespace
- DocWright.Signatures
- Assembly
- DocWright.Signatures.dll
SigningTime
The signing time to record in the signature dictionary's /M entry, or
null to record none.
public DateTimeOffset? SigningTime { get; set; }
Property Value
Remarks
Caller-supplied, exactly like PdfMetadata.CreationDate. A signature carries a
signing time by nature, and reaching for DateTime.Now here would put an ambient
clock into the one library that has none — every PDF DocWright writes is byte-identical
across runs unless the caller asked otherwise, and a signer is not exempt from that.