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

SignatureValidationInfo.PassedCheckDetails Property

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

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v21.1.dll

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