8 references to Pem
Microsoft.AspNetCore.Shared.Tests (8)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
637case CertificateKeyExportFormat.Pem: 675if (format == CertificateKeyExportFormat.Pem) 718if (includePrivateKey && format == CertificateKeyExportFormat.Pem)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (1)
157ExportCertificate(certificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.Pem);
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
271ExportCertificate(certificate, certPath, includePrivateKey: false, password: null, CertificateKeyExportFormat.Pem);
TestCertificateManager.cs (3)
161case CertificateKeyExportFormat.Pem: 196if (format == CertificateKeyExportFormat.Pem) 231if (includePrivateKey && format == CertificateKeyExportFormat.Pem)