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