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