@contentauth/c2pa-node
    Preparing search index...

    Interface VerifyConfig

    Configuration for verification settings in C2PA. Controls various verification behaviors and options.

    interface VerifyConfig {
        ocspFetch?: boolean;
        remoteManifestFetch?: boolean;
        skipIngredientConflictResolution?: boolean;
        strictV1Validation?: boolean;
        verifyAfterReading?: boolean;
        verifyAfterSign?: boolean;
        verifyTimestampTrust?: boolean;
        verifyTrust?: boolean;
    }
    Index

    Properties

    ocspFetch?: boolean

    Whether to fetch OCSP responses

    remoteManifestFetch?: boolean

    Whether to fetch remote manifests

    skipIngredientConflictResolution?: boolean

    Whether to skip ingredient conflict resolution

    strictV1Validation?: boolean

    Whether to use strict v1 validation

    verifyAfterReading?: boolean

    Whether to verify after reading a manifest

    verifyAfterSign?: boolean

    Whether to verify after signing a manifest

    verifyTimestampTrust?: boolean

    Whether to verify timestamp trust

    verifyTrust?: boolean

    Whether to verify trust during validation