Back to Devexpress

SignatureFlags Enum

officefileapi-devexpress-dot-office-dot-digitalsignatures-9b190fd9.md

latest1.9 KB
Original Source

SignatureFlags Enum

Lists values used to specify additional signature creation stages.

Namespace : DevExpress.Office.DigitalSignatures

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
[Flags]
public enum SignatureFlags
vb
<Flags>
Public Enum SignatureFlags

Members

NameDescription
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

DevExpress.Office.DigitalSignatures Namespace