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

SignatureValidationInfo.PassedChecks Property

Obtains the check types that the signature passed.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public SignatureCheckType PassedChecks { get; }

Property Value

Type Description
SignatureCheckType

Enumeration values that indicate passed checks.

Remarks

Use the SignatureValidationInfo.PassedCheckDetails property to retrieve information about passed checks.

See Also