Click or drag to resize
Pdftools logo

TimeSource Enumeration

The source of the validation time


Namespace: PdfTools.SignatureValidation
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
[FlagsAttribute]
public enum TimeSource
Members
Member nameValueDescription
ProofOfExistence1

Proof of Existence

A proof of existence is evidence that proves that an object (a certificate, a CRL, signature value, hash value, etc.) existed at a specific time, which may be a time in the past. The presence of a given object at the current time is a proof of its existence at the current time. A suitable way of providing proof of existence of an object at a time in the past is to generate a time-stamp for that object.
ExpiredTimeStamp2

Expired time stamp

An expired time-stamp was used. Note that for expired time-stamps revocation information checks might not be possible.
SignatureTime4

Signature time

Use the claimed (untrusted) time of the signature.
See Also