Click or drag to resize
Pdftools logo

TimeStampContent Class

The data and validation result of the cryptographic time-stamp

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.SignatureValidationSignatureContent
        PdfTools.SignatureValidationTimeStampContent

Namespace: PdfTools.SignatureValidation
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public class TimeStampContent : SignatureContent

The TimeStampContent type exposes the following members.

Properties
 NameDescription
Public propertyCertificateChain

The certificate chain of the signing certificate

Public propertyDate

The time-stamp time

Public propertyHashAlgorithm

The hash algorithm used to calculate the signature's message digest

Public propertySigningCertificate

The signing certificate

Public propertyValidationTime

The time at which the signature has been validated

Public propertyValidationTimeSource

The source for the validation time

Public propertyValidity

Whether the cryptographic signature is valid according to the validation profile used


(Inherited from SignatureContent)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also