Enum SignatureValidationStatus

The different possible validation states of the signature.

Namespace: PSPDFKit.DigitalSignatures
Assembly: PSPDFKit.dll
Syntax
public enum SignatureValidationStatus

Fields

Name Description
Error

The overall status of the signature is that it is invalid, that is, it should be shown with a red cross of similar in the UI.

Valid

The overall status of the signature is valid, that is, it should be shown with a green check-mark or similar in the UI.

Warning

The overall status of the signature is valid with concerns, that is, it should be shown with a yellow warning or similar in the UI.