onvif
    Preparing search index...

    Interface CertPathValidationParameters

    interface CertPathValidationParameters {
        anyParameters?: anyParameters;
        requireTLSWWWClientAuthExtendedKeyUsage?: boolean;
        useDeltaCRLs?: boolean;
    }
    Index
    anyParameters?: anyParameters
    requireTLSWWWClientAuthExtendedKeyUsage?: boolean

    True if and only if the TLS server shall not authenticate client certificates that do not contain the TLS WWW client authentication key usage extension as specified in RFC 5280, Sect. 4.2.1.12.

    useDeltaCRLs?: boolean

    True if and only if delta CRLs, if available, shall be applied to CRLs.