3 references to X509Certificate2
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
2677using var tempCert = new X509Certificate2(pfxCandidate, configuration.Password);
Microsoft.AspNetCore.DeveloperCertificates.XPlat.Tests (1)
CertificateManagerTests.cs (1)
151var exportedCertificate = new X509Certificate2(File.ReadAllBytes(CertificateName), certificatePassword);
WsFedSample (1)
Program.cs (1)
57return new X509Certificate2(certificatePayload, "testPassword");