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)
343CustomTrustStore = new X509Certificate2Collection() { Certificates.SelfSignedPrimaryRoot, Certificates.SignedSecondaryRoot }, 361CustomTrustStore = new X509Certificate2Collection() { Certificates.SelfSignedPrimaryRoot, }, 379CustomTrustStore = new X509Certificate2Collection() { Certificates.SelfSignedPrimaryRoot, },