Skip to main content
All docs
V23.2

SignatureValidationInfo.SignatureTimestampCertificates Property

Obtains the list of timestamp certificates.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public IList<X509Certificate2> SignatureTimestampCertificates { get; }

Property Value

Type Description
IList<X509Certificate2>

A list of timestamp certificates.

Remarks

Use the SignatureValidationInfo.SignatureTimestamp property to obtain the timestamp’s date and time.

See Also