4 references to Pfx
Microsoft.AspNetCore.Shared.Tests (4)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
235CertificateKeyExportFormat keyExportFormat = CertificateKeyExportFormat.Pfx, 576case 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);