Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

SignatureFlags Enum

Lists values used to specify additional signature creation stages.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v20.2.dll

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.

See Also