Skip to main content
All docs
V25.1
  • SignatureValidationOptions.TimestampCertificatePolicy Property

    Specifies the chain policy applied when building a timestamp certificate chain.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public X509ChainPolicy TimestampCertificatePolicy { get; set; }

    Property Value

    Type Description
    X509ChainPolicy

    An object that contains the X.509 certificate chain policy.

    See Also