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