5 references to Pfx
RepoTasks (5)
shared\CertificateGeneration\DevelopmentCertificate.cs (1)
41
manager.ExportCertificate(certificate, path: certificatePath, includePrivateKey: true, certificatePassword, CertificateKeyExportFormat.
Pfx
);
src\Shared\CertificateGeneration\CertificateManager.cs (2)
236
CertificateKeyExportFormat keyExportFormat = CertificateKeyExportFormat.
Pfx
,
577
case CertificateKeyExportFormat.
Pfx
:
src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
99
ExportCertificate(publicCertificate, tmpFile, includePrivateKey: false, password: null, CertificateKeyExportFormat.
Pfx
);
142
ExportCertificate(candidate, certificatePath, includePrivateKey: true, null, CertificateKeyExportFormat.
Pfx
);