Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PackageSignatureValidationResult Enum

Lists values used to specify the signature validation result.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v24.2.dll

NuGet Package: DevExpress.Document.Processor

#Declaration

public enum PackageSignatureValidationResult

#Members

Name Description
None

No validation result.

Valid

The package signature is valid.

Invalid

The package signature is invalid.

PartiallyValid

The package signature is partially valid.

PackageOpenFailed

Failed to open the target package.

SignaturesNotFound

The target package does not contain any signatures.

#Related API Members

The following properties accept/return PackageSignatureValidationResult values:

See Also