onvif
    Preparing search index...

    Interface CertificationPath

    An X.509 certification path as defined in RFC 5280.

    interface CertificationPath {
        alias?: string;
        anyElement?: anyElement;
        certificateID?: string[];
    }
    Index
    alias?: string

    The client-defined alias of the certification path.

    anyElement?: anyElement
    certificateID?: string[]

    A certificate in the certification path.