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

    Retrieves a list of information on checks that the signature passed.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public IList<SignatureCheckResult> PassedCheckDetails { get; }

    Property Value

    Type Description
    IList<SignatureCheckResult>

    A list of items that contain information on passed checks.

    Remarks

    Use the SignatureValidationInfo.PassedChecks property to get which checks the signature passed.

    See Also