iText 8.0.5 API
iText.Signatures.TimestampConstants Class Reference

Timestamp constants util class for internal usage only. More...

Static Public Attributes

static readonly DateTime  UNDEFINED_TIMESTAMP_DATE = DateTime.MaxValue
  The timestamp which is returned in case the signed document doesn't contain timestamp. More...
 

Detailed Description

Timestamp constants util class for internal usage only.

Member Data Documentation

◆ UNDEFINED_TIMESTAMP_DATE

readonly DateTime iText.Signatures.TimestampConstants.UNDEFINED_TIMESTAMP_DATE = DateTime.MaxValue
static

The timestamp which is returned in case the signed document doesn't contain timestamp.

The timestamp which is returned in case the signed document doesn't contain timestamp. The constant's value is different in Java and .NET.