4 references to Pfx
aspire (4)
Certificates\CertificateGeneration\CertificateManager.cs (2)
282
CertificateKeyExportFormat keyExportFormat = CertificateKeyExportFormat.
Pfx
,
676
case CertificateKeyExportFormat.
Pfx
:
Certificates\CertificateGeneration\MacOSCertificateManager.cs (2)
99
ExportCertificate(publicCertificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.
Pfx
);
142
ExportCertificate(candidate, certificatePath, includePrivateKey: true, null, CertificateKeyExportFormat.
Pfx
);