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)
250var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
291var devCertBytes = devCert.Export(X509ContentType.Pkcs12, "1234");
417var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
464var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
513var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
707var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
860var oldCertificateBytes = oldCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
863var newCertificateBytes = newCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
958var oldCertificateBytes = oldCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
963var 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)