SignatureValidationInfo.CheckDetails Property
Gets a list of validation check details.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
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