5 references to Pem
aspire (5)
Certificates\CertificateGeneration\CertificateManager.cs (3)
679
case CertificateKeyExportFormat.
Pem
:
717
if (format == CertificateKeyExportFormat.
Pem
)
760
if (includePrivateKey && format == CertificateKeyExportFormat.
Pem
)
Certificates\CertificateGeneration\MacOSCertificateManager.cs (1)
157
ExportCertificate(certificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.
Pem
);
Certificates\CertificateGeneration\UnixCertificateManager.cs (1)
271
ExportCertificate(certificate, certPath, includePrivateKey: false, password: null, CertificateKeyExportFormat.
Pem
);