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