65 references to Export
aspire (4)
Aspire.Hosting (1)
dotnet-dev-certs (4)
IIS.FunctionalTests (1)
IIS.LongTests (1)
IIS.NewHandler.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)
276var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
317var devCertBytes = devCert.Export(X509ContentType.Pkcs12, "1234");
444var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
492var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
541var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
983var bytes = certificate.Export(X509ContentType.Pkcs12, "1234");
1136var oldCertificateBytes = oldCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
1139var newCertificateBytes = newCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
1234var oldCertificateBytes = oldCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
1239var newCertificateBytes = newCertificate.Export(X509ContentType.Pkcs12, certificatePassword);
Microsoft.AspNetCore.Shared.Tests (5)
RepoTasks (4)
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)