vlocode-project - v1.41.2
    Preparing search index...

    Interface CertificateMetadata

    interface CertificateMetadata {
        caSigned: boolean;
        content?: string;
        encryptedWithPlatformEncryption?: boolean | null;
        expirationDate?: string | null;
        fullName?: string;
        keySize?: number;
        masterLabel: string;
        privateKeyExportable?: boolean | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    caSigned: boolean
    content?: string
    encryptedWithPlatformEncryption?: boolean | null
    expirationDate?: string | null
    fullName?: string
    keySize?: number
    masterLabel: string
    privateKeyExportable?: boolean | null