Skip to main content
All docs
V23.2

SignatureCheckResult.IsPassed Property

Gets whether the signature passed the check.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public bool IsPassed { get; }

Property Value

Type Description
Boolean

true if the signature passed the check; otherwise, false.

See Also