officefileapi-devexpress-dot-office-dot-digitalsignatures-9b190fd9.md
Lists values used to specify additional signature creation stages.
Namespace : DevExpress.Office.DigitalSignatures
Assembly : DevExpress.Docs.v25.2.dll
NuGet Package : DevExpress.Document.Processor
[Flags]
public enum SignatureFlags
<Flags>
Public Enum SignatureFlags
| Name | Description |
|---|---|
None |
No action is required.
|
| ValidateCertificate |
Validate a certificate before adding it to the signature.
|
| IncludeTimestamp |
Include a timestamp in a signature.
|
| EmbedCertificateChain |
Embed the whole certificate chain, including the root certificate.
|
| EmbedCertificateCRL |
Embed the whole certificate revocation list (CRL) for a certificate.
|
| EmbedCertificateOCSP |
Embed the Online Certificate Status Protocol (OCSP) request for a certificate.
|
| EmbedTimestampCertificateChain |
Embed the whole timestamp certificate chain, including the root certificate.
|
| EmbedTimestampCertificateCRL |
Embed the whole certificate revocation list (CRL) for a timestamp certificate.
|
| EmbedTimestampCertificateOCSP |
Embed the Online Certificate Status Protocol (OCSP) request for a timestamp certificate.
|
| All |
Perform all actions in this list.
|
The following properties accept/return SignatureFlags values:
See Also