5 references to Pfx
Microsoft.AspNetCore.Shared.Tests (5)
src\Shared\CertificateGeneration\CertificateManager.cs (2)
284
CertificateKeyExportFormat keyExportFormat = CertificateKeyExportFormat.
Pfx
,
634
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
);
TestCertificateManager.cs (1)
158
case CertificateKeyExportFormat.
Pfx
: