Nutrient Web SDK
    Preparing search index...

    Enumeration ShowSignatureValidationStatusMode

    Controls when the digital signature validation UI should be shown.

    Index

    Enumeration Members

    HAS_ERRORS: "HAS_ERRORS"

    Only show the digital signature validation UI if invalid signatures are found.

    HAS_WARNINGS: "HAS_WARNINGS"

    Only show the digital signature validation UI if digital signatures with problems or invalid ones are found, and also if the document has been modified since the moment it's been signed.

    IF_SIGNED: "IF_SIGNED"

    Show the digital signature validation UI if digital signatures are found on the current document.

    NEVER: "NEVER"

    Never show the digital signature validation UI.