8 references to Pem
Microsoft.AspNetCore.Shared.Tests (8)
src\Shared\CertificateGeneration\CertificateManager.cs (3)
637
case CertificateKeyExportFormat.
Pem
:
675
if (format == CertificateKeyExportFormat.
Pem
)
718
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)
271
ExportCertificate(certificate, certPath, includePrivateKey: false, password: null, CertificateKeyExportFormat.
Pem
);
TestCertificateManager.cs (3)
161
case CertificateKeyExportFormat.
Pem
:
196
if (format == CertificateKeyExportFormat.
Pem
)
231
if (includePrivateKey && format == CertificateKeyExportFormat.
Pem
)