4 references to Pfx
Microsoft.AspNetCore.DeveloperCertificates.XPlat (4)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
179CertificateKeyExportFormat keyExportFormat = CertificateKeyExportFormat.Pfx, 488case CertificateKeyExportFormat.Pfx:
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
94ExportCertificate(publicCertificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.Pfx); 138ExportCertificate(candidate, certificatePath, includePrivateKey: true, null, CertificateKeyExportFormat.Pfx);