SignatureValidationInfo.SignatureTimestampCertificates Property
Obtains the list of timestamp certificates.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
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