PDFX509CertificateIncludeOption¶
Namespace: O2S.Components.PDF4NET.DigitalSignatures
Specifies how much of the X.509 certificate chain should be included in the digital signature.
Inheritance Object → ValueType → Enum → PDFX509CertificateIncludeOption
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| EndCertOnly | 0 | Only the end certificate is included in the X.509 chain information. |
| ExcludeRoot | 1 | The entire X.509 certificate chain is included except for the root certificate. |
| WholeChain | 2 | The entire X.509 certificate chain is included. |