Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

SignatureValidationInfo.SignatureTimestampCertificates Property

Obtains the list of timestamp certificates.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v20.2.dll

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