6 references to Pfx
dotnet-dev-certs (6)
Program.cs (2)
422var format = CertificateKeyExportFormat.Pfx; 436exportFormat.HasValue() ? format : CertificateKeyExportFormat.Pfx);
src\Shared\CertificateGeneration\CertificateManager.cs (2)
228CertificateKeyExportFormat keyExportFormat = CertificateKeyExportFormat.Pfx, 569case CertificateKeyExportFormat.Pfx:
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
99ExportCertificate(publicCertificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.Pfx); 142ExportCertificate(candidate, certificatePath, includePrivateKey: true, null, CertificateKeyExportFormat.Pfx);