4 references to TrustedPeople
System (1)
security\system\security\cryptography\x509\x509store.cs (1)
86case StoreName.TrustedPeople:
System.IdentityModel (3)
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
51case StoreName.TrustedPeople:
System\IdentityModel\Selectors\X509CertificateValidator.cs (1)
170if (!StoreContainsCertificate(StoreName.TrustedPeople, certificate))
System\IdentityModel\Tokens\IssuerTokenResolver.cs (1)
21public static readonly StoreName DefaultStoreName = StoreName.TrustedPeople;