8 references to Pfx
aspire (8)
Certificates\CertificateGeneration\CertificateManager.cs (2)
283
CertificateKeyExportFormat keyExportFormat = CertificateKeyExportFormat.
Pfx
,
677
case CertificateKeyExportFormat.
Pfx
:
Certificates\CertificateGeneration\MacOSCertificateManager.cs (6)
110
ExportCertificate(publicCertificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.
Pfx
);
156
ExportCertificate(candidate, onDiskPfxPath, includePrivateKey: true, null, CertificateKeyExportFormat.
Pfx
);
328
ExportCertificate(certificate, GetCertificateFilePath(certificate), includePrivateKey: true, null, CertificateKeyExportFormat.
Pfx
);
331
ExportCertificate(certificate, Path.Combine(s_aspireDevCertsCacheDirectory, $"{aspireLookup}.pfx"), includePrivateKey: true, null, CertificateKeyExportFormat.
Pfx
);
398
ExportCertificate(certificate, onDiskPfxPath, includePrivateKey: true, password: null, CertificateKeyExportFormat.
Pfx
);
406
ExportCertificate(diskCert, Path.Combine(s_aspireDevCertsCacheDirectory, $"{aspireLookup}.pfx"), includePrivateKey: true, null, CertificateKeyExportFormat.
Pfx
);