6 references to Pfx
dotnet-dev-certs (6)
Program.cs (2)
425var format = CertificateKeyExportFormat.Pfx; 439exportFormat.HasValue() ? format : CertificateKeyExportFormat.Pfx);
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (2)
284CertificateKeyExportFormat keyExportFormat = CertificateKeyExportFormat.Pfx, 679case CertificateKeyExportFormat.Pfx:
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
100ExportCertificate(publicCertificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.Pfx); 142ExportCertificate(candidate, certificatePath, includePrivateKey: true, null, CertificateKeyExportFormat.Pfx);