Skip to main content
All docs
V25.1
  • SignatureValidationInfo.SignatureTimestamp Property

    Gets the date and time of the signature timestamp.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public DateTime SignatureTimestamp { get; }

    Property Value

    Type Description
    DateTime

    The date and time the timestamp was applied.

    Remarks

    Use the SignatureValidationInfo.SignatureTimestampCertificates property to obtain a list of timestamp certificates.

    See Also