2 references to X509Certificate2
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");