2 references to ExportFromPrivateKey
Aspire.Hosting (2)
DeveloperCertificateService.cs (2)
181
return
ExportFromPrivateKey
(certificate, password, needKeyPem, needPfx);
270
var result =
ExportFromPrivateKey
(certificate, password, needKeyPem: true, needPfx: true);