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

    Gets a list of validation check details.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Docs.v25.1.dll

    NuGet Package: DevExpress.Document.Processor

    Declaration

    public IList<SignatureCheckResult> CheckDetails { get; }

    Property Value

    Type Description
    IList<SignatureCheckResult>

    A list of objects that contains information on signature checks.

    Remarks

    The CheckDetails property retrieves information about all checks. Use the SignatureValidationInfo.PassedChecks property to retireve what checks the signature passed, and the SignatureValidationInfo.FailedChecks property to determine what checks the signature failed to pass.

    See Also