5 references to Pem
Microsoft.AspNetCore.DeveloperCertificates.XPlat (5)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
535case CertificateKeyExportFormat.Pem: 573if (format == CertificateKeyExportFormat.Pem) 616if (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)
252ExportCertificate(certificate, certPath, includePrivateKey: false, password: null, CertificateKeyExportFormat.Pem);