61 references to Export
aspire (9)
Certificates\CertificateGeneration\CertificateManager.cs (3)
710bytes = Encoding.ASCII.GetBytes(PemEncoding.Write("CERTIFICATE", certificate.Export(X509ContentType.Cert))); 720bytes = Encoding.ASCII.GetBytes(PemEncoding.Write("CERTIFICATE", certificate.Export(X509ContentType.Cert))); 724bytes = certificate.Export(X509ContentType.Cert);
Certificates\CertificateGeneration\MacOSCertificateManager.cs (1)
221var certBytes = certificate.Export(X509ContentType.Cert);
Certificates\CertificateGeneration\UnixCertificateManager.cs (2)
244using var publicCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert)); 674var certBytes = certificate.Export(X509ContentType.Cert);
Certificates\CertificateGeneration\WindowsCertificateManager.cs (1)
91using var publicCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert));
Utils\EnvironmentChecker\DcpConnectionChecker.cs (1)
150using var serverCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert));
Utils\EnvironmentChecker\DcpKubeconfig.cs (1)
146return X509CertificateLoader.LoadPkcs12(certificate.Export(X509ContentType.Pkcs12), password: null, X509KeyStorageFlags.EphemeralKeySet);
Aspire.Cli.Tests (3)
Certificates\DeveloperCertificateCacheWriteTests.cs (1)
37File.WriteAllBytes(onDiskPfxPath, certificate.Export(X509ContentType.Pfx));
Certificates\NativeCertificateToolRunnerTests.cs (1)
70certificateManager.Certificates.Add(certificate.Export(X509ContentType.Pfx));
Utils\DevCertsCheckTests.cs (1)
54return X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert));
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
306return new X509Certificate2(certificate.Export(X509ContentType.Pfx));
Aspire.Dashboard.Tests (6)
Integration\StartupTests.cs (1)
361initialData[DashboardConfigNames.DebugSessionServerCertificateName.ConfigKey] = Convert.ToBase64String(testCert.Export(X509ContentType.Cert));
Telemetry\DashboardTelemetrySenderTests.cs (3)
40ServerCertificate = Convert.ToBase64String(TelemetryTestHelpers.GenerateDummyCertificate().Export(X509ContentType.Cert)), 67ServerCertificate = Convert.ToBase64String(TelemetryTestHelpers.GenerateDummyCertificate().Export(X509ContentType.Cert)), 117ServerCertificate = isHttps ? Convert.ToBase64String(TelemetryTestHelpers.GenerateDummyCertificate().Export(X509ContentType.Cert)) : null,
Telemetry\DashboardTelemetryServiceTests.cs (1)
91ServerCertificate = Convert.ToBase64String(TelemetryTestHelpers.GenerateDummyCertificate().Export(X509ContentType.Cert)),
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
306return new X509Certificate2(certificate.Export(X509ContentType.Pfx));
Aspire.Hosting.Java (1)
JavaHostingExtensions.cs (1)
1714using var publicCert = X509CertificateLoader.LoadCertificate(certificates[i].Export(X509ContentType.Cert));
Aspire.Hosting.Tests (4)
Dcp\DcpHostNotificationTests.cs (1)
730return X509CertificateLoader.LoadPkcs12(certificate.Export(X509ContentType.Pfx), password: null, X509KeyStorageFlags.Exportable);
DeveloperCertificateServiceTests.cs (2)
66using var publicOnly = X509CertificateLoader.LoadCertificate(cert.Export(X509ContentType.Cert)); 95var pfxBytes = selfSigned.Export(X509ContentType.Pfx);
ExecutionConfigurationGathererTests.cs (1)
565var publicCert = new X509Certificate2(certificates[i].Export(X509ContentType.Cert));
dotnet-dev-certs (8)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (3)
712bytes = Encoding.ASCII.GetBytes(PemEncoding.Write("CERTIFICATE", certificate.Export(X509ContentType.Cert))); 722bytes = Encoding.ASCII.GetBytes(PemEncoding.Write("CERTIFICATE", certificate.Export(X509ContentType.Cert))); 726bytes = certificate.Export(X509ContentType.Cert);
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
206var certBytes = certificate.Export(X509ContentType.Cert); 309var certBytes = certificate.Export(X509ContentType.Pfx);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (2)
220using var publicCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert)); 672var certBytes = certificate.Export(X509ContentType.Cert);
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
94using var publicCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert));
Microsoft.AspNetCore.DeveloperCertificates.XPlat (8)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (3)
712bytes = Encoding.ASCII.GetBytes(PemEncoding.Write("CERTIFICATE", certificate.Export(X509ContentType.Cert))); 722bytes = Encoding.ASCII.GetBytes(PemEncoding.Write("CERTIFICATE", certificate.Export(X509ContentType.Cert))); 726bytes = certificate.Export(X509ContentType.Cert);
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
206var certBytes = certificate.Export(X509ContentType.Cert); 309var certBytes = certificate.Export(X509ContentType.Pfx);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (2)
220using var publicCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert)); 672var certBytes = certificate.Export(X509ContentType.Cert);
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
94using var publicCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert));
Microsoft.AspNetCore.Server.Kestrel.Core (8)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (3)
712bytes = Encoding.ASCII.GetBytes(PemEncoding.Write("CERTIFICATE", certificate.Export(X509ContentType.Cert))); 722bytes = Encoding.ASCII.GetBytes(PemEncoding.Write("CERTIFICATE", certificate.Export(X509ContentType.Cert))); 726bytes = certificate.Export(X509ContentType.Cert);
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
206var certBytes = certificate.Export(X509ContentType.Cert); 309var certBytes = certificate.Export(X509ContentType.Pfx);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (2)
220using var publicCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert)); 672var certBytes = certificate.Export(X509ContentType.Cert);
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
94using var publicCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert));
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
DirectTlsTransportFactory.cs (1)
247using var convertedCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert));
Microsoft.DotNet.HotReload.Watch (2)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (1)
92var certBytes = _certificate.Export(X509ContentType.Cert);
src\sdk\src\Dotnet.Watch\AspireService\Helpers\CertGenerator.cs (1)
41return X509CertificateLoader.LoadPkcs12(cert.Export(X509ContentType.Pfx), password: null, X509KeyStorageFlags.UserKeySet);
RepoTasks (8)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (3)
712bytes = Encoding.ASCII.GetBytes(PemEncoding.Write("CERTIFICATE", certificate.Export(X509ContentType.Cert))); 722bytes = Encoding.ASCII.GetBytes(PemEncoding.Write("CERTIFICATE", certificate.Export(X509ContentType.Cert))); 726bytes = certificate.Export(X509ContentType.Cert);
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (2)
206var certBytes = certificate.Export(X509ContentType.Cert); 309var certBytes = certificate.Export(X509ContentType.Pfx);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (2)
220using var publicCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert)); 672var certBytes = certificate.Export(X509ContentType.Cert);
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
94using var publicCertificate = X509CertificateLoader.LoadCertificate(certificate.Export(X509ContentType.Cert));
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicConfiguration.cs (1)
268certificateData = certificate.Export(X509ContentType.Pkcs12);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (1)
171byte[] certEncoded = originatorCerts[i].Export(X509ContentType.Cert);