6 references to Pem
dotnet-dev-certs (6)
Program.cs (1)
399password.HasValue() || (noPassword.HasValue() && format == CertificateKeyExportFormat.Pem),
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);