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

Properties

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