vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface CertificateMetadata

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

    Hierarchy (View Summary)

    Index

    Properties

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