Click or drag to resize
Pdftools logo

DataSource Enumeration

The source of data such as certificates, OCRPs or CRLs


Namespace: PdfTools.SignatureValidation
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
[FlagsAttribute]
public enum DataSource
Members
Member nameValueDescription
EmbedInSignature1

Data embedded in the signature

Allowed data: certificates, OCSP, CRL
EmbedInDocument2

Data embedded in the document security store (DSS)

Allowed data: certificates, OCSP, CRL
Download4

Data retrieved online or from the local download cache

Allowed data: issuer certificates (for certificates that have caIssuers extension), OCSP, CRL

Note: only data for certificates that are time-valid at the current time can be downloaded. For example, OCSP and CRL can only be downloaded for certificates that have not yet expired.

System8

Data from the local system cache

Allowed data: certificates
Aatl256

From the Adobe Approved Trust List (AATL)

NOTE: Support for this trust list has not yet been implemented.

Allowed data: issuer certificates

Eutl512

From the European Trust List (EUTL)

NOTE: Support for this trust list has not yet been implemented.

Allowed data: issuer certificates

CustomTrustList1,024

From the custom trust list

The list of certificates defined by the CustomTrustList. If no custom trust list has been defined, this value has no effect.

Allowed data: issuer certificates

See Also