Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SignatureFlags Enum

Lists values used to specify additional signature creation stages.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v24.2.dll

NuGet Package: DevExpress.Document.Processor

#Declaration

[Flags]
public enum SignatureFlags

#Members

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.

#Related API Members

The following properties accept/return SignatureFlags values:

See Also