Skip to main content
All docs
V25.1
  • SignatureCheckResult.IsPassed Property

    Gets whether the signature passed the check.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public bool IsPassed { get; }

    Property Value

    Type Description
    Boolean

    true if the signature passed the check; otherwise, false.

    See Also