1 write to SelfSignedPrimaryRoot
Microsoft.AspNetCore.Authentication.Test (1)
src\Shared\test\Certificates\Certificates.cs (1)
19SelfSignedPrimaryRoot = MakeCert(
3 references to SelfSignedPrimaryRoot
Microsoft.AspNetCore.Authentication.Test (3)
CertificateTests.cs (3)
337CustomTrustStore = new X509Certificate2Collection() { Certificates.SelfSignedPrimaryRoot, Certificates.SignedSecondaryRoot }, 355CustomTrustStore = new X509Certificate2Collection() { Certificates.SelfSignedPrimaryRoot, }, 373CustomTrustStore = new X509Certificate2Collection() { Certificates.SelfSignedPrimaryRoot, },