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

SignatureValidationInfo.FailedChecks Property

Obtains the check types that the signature failed to pass.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public SignatureCheckType FailedChecks { get; }

Property Value

Type Description
SignatureCheckType

Enumeration values that indicate failed checks.

Remarks

Use the SignatureValidationInfo.FailedCheckDetails property to retieve information about failed checks.

See Also