Skip to main content
All docs
V25.1
  • SignatureFlags Enum

    Lists values used to specify additional signature creation stages.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Docs.v25.1.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