SignatureValidationInfo.ValidationResult Property
Gets the signature validation result.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Docs.v25.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Property Value
| Type | Description |
|---|---|
| SignatureValidationResult | An enumeration value that indicates the validation result. |
Available values:
| Name | Description |
|---|---|
| None | No result. |
| Valid | The signature is valid. |
| Invalid | The signature is invalid. |
See Also