Skip to main content
All docs
V25.1
  • SignatureValidationInfo.Certificate Property

    Gets the signature certificate.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public X509Certificate2 Certificate { get; }

    Property Value

    Type Description
    X509Certificate2

    A signature certificate.

    See Also