Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

SignatureValidationInfo.FailedCheckDetails Property

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

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public IList<SignatureCheckResult> FailedCheckDetails { get; }

Property Value

Type Description
IList<SignatureCheckResult>

A list of items that contain information on failed checks.

Remarks

Use the SignatureValidationInfo.FailedChecks property to get information about which verifications the signature did not pass.

See Also