Enum DocumentValidationStatus
The different possible validation states of the document. Based on the validation of the digital signatures it contains.
Namespace: PSPDFKit.DigitalSignatures
Assembly: PSPDFKit.dll
Syntax
public enum DocumentValidationStatus
Fields
Name | Description |
---|---|
Error | At least one signature of the document is invalid, that is, it should be shown with a red cross of similar in the UI. |
NotSigned | The document does not contain digital signatures. |
Valid | All of the signatures of the document are valid, that is, it should be shown with a green check mark or similar in the UI. |
Warning | All of the signatures of the document are valid with concerns, that is, it should be shown with a yellow warning or similar in the UI. |