Property SigningTime
- Namespace
- DocWright.Signatures
- Assembly
- DocWright.Signatures.dll
SigningTime
The signing time the signature claims, or null if it declared none.
public DateTimeOffset? SigningTime { get; }
Property Value
Remarks
This is an assertion made by the signer, not an attested fact. Without a timestamping authority (RFC 3161, which this package does not implement) nothing stops a signer from writing any time they like.