5 references to Pem
Microsoft.AspNetCore.DeveloperCertificates.XPlat (5)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
535
case CertificateKeyExportFormat.
Pem
:
573
if (format == CertificateKeyExportFormat.
Pem
)
616
if (includePrivateKey && format == CertificateKeyExportFormat.
Pem
)
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (1)
157
ExportCertificate(certificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.
Pem
);
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
252
ExportCertificate(certificate, certPath, includePrivateKey: false, password: null, CertificateKeyExportFormat.
Pem
);