52 references to Export
dotnet-dev-certs (4)
IIS.FunctionalTests (1)
IIS.LongTests (1)
IIS.NewHandler.FunctionalTests (1)
IIS.NewShim.FunctionalTests (1)
IIS.ShadowCopy.Tests (1)
IISExpress.FunctionalTests (1)
Interop.FunctionalTests (1)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (4)
Microsoft.AspNetCore.DeveloperCertificates.XPlat.Tests (1)
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Microsoft.AspNetCore.Server.Kestrel.Tests (10)
KestrelConfigurationLoaderTests.cs (10)
277var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
318var devCertBytes = devCert.Export(X509ContentType.Pkcs12, "1234");
444var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
491var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
540var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
734var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
887var oldCertificateBytes = oldCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
890var newCertificateBytes = newCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
985var oldCertificateBytes = oldCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
990var newCertificateBytes = newCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
System.Security.Cryptography (1)
Templates.Blazor.Tests (4)
Templates.Blazor.WebAssembly.Auth.Tests (4)
Templates.Blazor.WebAssembly.Tests (4)
Templates.Mvc.Tests (4)
Templates.Tests (4)