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