4 references to ExportCertificate
Templates.Tests (4)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
335ExportCertificate(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);