Skip to main content
All docs
V23.2

SignatureValidationInfo.PassedCheckDetails Property

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

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v23.2.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