57 references to Pkcs12
dotnet-dev-certs (3)
HttpClientApp (1)
IIS.FunctionalTests (1)
IIS.LongTests (1)
IIS.NewHandler.FunctionalTests (1)
IIS.NewShim.FunctionalTests (1)
IIS.ShadowCopy.Tests (1)
IISExpress.FunctionalTests (1)
InMemory.FunctionalTests (1)
Interop.FunctionalTests (2)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (3)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.AspNetCore.Server.Kestrel.Tests (11)
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);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
Sockets.BindTests (1)
Sockets.FunctionalTests (1)
System.Net.Quic (2)
System.Security.Cryptography (4)
Templates.Blazor.Tests (3)
Templates.Blazor.WebAssembly.Auth.Tests (3)
Templates.Blazor.WebAssembly.Tests (3)
Templates.Mvc.Tests (3)
Templates.Tests (3)