SignatureValidationInfo.PassedCheckDetails Property
Retrieves a list of information on checks that the signature passed.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public IList<SignatureCheckResult> PassedCheckDetails { get; }
#Property Value
Type | Description |
---|---|
IList<Signature |
A list of items that contain information on passed checks. |
#Remarks
Use the SignatureValidationInfo.PassedChecks property to get which checks the signature passed.