15 references to Pfx
aspire (2)
Certificates\CertificateGeneration\MacOSCertificateManager.cs (2)
313var certBytes = certificate.Export(X509ContentType.Pfx); 341var certBytes = certificate.Export(X509ContentType.Pfx, password);
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
343return new X509Certificate2(certificate.Export(X509ContentType.Pfx));
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
343return new X509Certificate2(certificate.Export(X509ContentType.Pfx));
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
2945pfxBytes = certificate.Export(X509ContentType.Pfx, configuration.Password);
dotnet-dev-certs (2)
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
313var certBytes = certificate.Export(X509ContentType.Pfx); 341var certBytes = certificate.Export(X509ContentType.Pfx, password);
Microsoft.AspNetCore.DeveloperCertificates.XPlat (2)
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
313var certBytes = certificate.Export(X509ContentType.Pfx); 341var certBytes = certificate.Export(X509ContentType.Pfx, password);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
313var certBytes = certificate.Export(X509ContentType.Pfx); 341var certBytes = certificate.Export(X509ContentType.Pfx, password);
Microsoft.DotNet.HotReload.Watch (1)
src\sdk\src\Dotnet.Watch\AspireService\Helpers\CertGenerator.cs (1)
41return X509CertificateLoader.LoadPkcs12(cert.Export(X509ContentType.Pfx), password: null, X509KeyStorageFlags.UserKeySet);
RepoTasks (2)
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
313var certBytes = certificate.Export(X509ContentType.Pfx); 341var certBytes = certificate.Export(X509ContentType.Pfx, password);
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509ContentType.cs (1)
15Pkcs12 = Pfx,