5 references to ExportCertificate
Templates.Tests (5)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
372ExportCertificate(certificate, path, includePrivateKey, password, keyExportFormat);
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (3)
99ExportCertificate(publicCertificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.Pfx); 142ExportCertificate(candidate, certificatePath, includePrivateKey: true, null, CertificateKeyExportFormat.Pfx); 157ExportCertificate(certificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.Pem);
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
252ExportCertificate(certificate, certPath, includePrivateKey: false, password: null, CertificateKeyExportFormat.Pem);