AboutSupportDeveloper GuideVersion 38.126.82.64
interface CertificationInfo {
    publickey?: string;
    serial?: string;
    subject?: string;
    thumbprint?: string;
    trusted?: boolean;
}

Properties

publickey?: string
serial?: string
subject?: string
thumbprint?: string
trusted?: boolean