interface WindowsPredefinedCodeCertificatePreset {
    subjectName: string;
    type?: PredefinedCertificate;
    sha1: string;
}

Hierarchy (view full)

Properties

subjectName: string

Subject name of the code certificate.

sha1: string

SHA1 hash of the code certificate.