AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface CertificationInfo

    interface CertificationInfo {
        publickey?: string;
        serial?: string;
        subject?: string;
        thumbprint?: string;
        trusted?: boolean;
    }
    Index
    publickey?: string
    serial?: string
    subject?: string
    thumbprint?: string
    trusted?: boolean