232 references to X509ContentType
aspire (12)
Aspire.Dashboard.Components.Tests (1)
Aspire.Dashboard.Tests (7)
Aspire.Hosting (1)
Aspire.Hosting.Tests (1)
dotnet-dev-certs (12)
HttpClientApp (1)
HttpStress (1)
IIS.FunctionalTests (1)
IIS.LongTests (1)
IIS.NewHandler.FunctionalTests (1)
IIS.ShadowCopy.Tests (1)
IISExpress.FunctionalTests (1)
InMemory.FunctionalTests (2)
Interop.FunctionalTests (2)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (12)
Microsoft.AspNetCore.DeveloperCertificates.XPlat.Tests (2)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Microsoft.AspNetCore.Server.Kestrel.Tests (12)
KestrelConfigurationLoaderTests.cs (11)
277var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
318var devCertBytes = devCert.Export(X509ContentType.Pkcs12, "1234");
445var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
493var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
542var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
926File.WriteAllBytes(certificatePath, certificate.Export(X509ContentType.Cert));
984var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
1137var oldCertificateBytes = oldCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
1140var newCertificateBytes = newCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
1235var oldCertificateBytes = oldCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
1240var newCertificateBytes = newCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
Microsoft.AspNetCore.Shared.Tests (18)
Microsoft.DotNet.SignTool (2)
mscorlib (1)
netstandard (1)
RepoTasks (12)
Sockets.BindTests (1)
Sockets.FunctionalTests (1)
System.Net.Quic (3)
System.Security.Cryptography (41)
System.Security.Cryptography.X509Certificates (1)
Templates.Blazor.Tests (12)
Templates.Blazor.WebAssembly.Auth.Tests (12)
Templates.Blazor.WebAssembly.Tests (12)
Templates.Mvc.Tests (12)
Templates.Tests (12)
WebTransportInteractiveSampleApp (1)
WebTransportSampleApp (1)