Certificate: MetadataWithContent & {
    caSigned: boolean;
    encryptedWithPlatformEncryption?: boolean | null;
    expirationDate?: string | null;
    keySize?: number | null;
    masterLabel: string;
    privateKeyExportable?: boolean | null;
}

Type declaration

  • caSigned: boolean
  • Optional encryptedWithPlatformEncryption?: boolean | null
  • Optional expirationDate?: string | null
  • Optional keySize?: number | null
  • masterLabel: string
  • Optional privateKeyExportable?: boolean | null