Data |
The source of data such as certificates, OCRPs or CRLs
[FlagsAttribute] public enum DataSource
Member name | Value | Description |
---|---|---|
EmbedInSignature | 1 | Data embedded in the signature Allowed data: certificates, OCSP, CRL |
EmbedInDocument | 2 | Data embedded in the document security store (DSS) Allowed data: certificates, OCSP, CRL |
Download | 4 | 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. |
System | 8 | Data from the local system cache Allowed data: certificates |
Aatl | 256 | From the Adobe Approved Trust List (AATL) NOTE: Support for this trust list has not yet been implemented. Allowed data: issuer certificates |
Eutl | 512 | From the European Trust List (EUTL) NOTE: Support for this trust list has not yet been implemented. Allowed data: issuer certificates |
CustomTrustList | 1,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 |