onvif
    Preparing search index...

    Interface CreateCertPathValidationPolicy

    interface CreateCertPathValidationPolicy {
        alias?: string;
        anyParameters?: anyParameters;
        parameters: CertPathValidationParameters;
        trustAnchor?: TrustAnchor[];
    }
    Index
    alias?: string

    The alias to assign to the created certification path validation policy.

    anyParameters?: anyParameters

    The parameters of the certification path validation policy to be created.

    trustAnchor?: TrustAnchor[]

    The trust anchors of the certification path validation policy to be created.