2 references to X509CertificateChain
System.IdentityModel (2)
System\IdentityModel\Selectors\X509CertificateValidator.cs (1)
211X509Chain chain = new X509Chain(this.useMachineContext, this.chainPolicyOID);
System\IdentityModel\Tokens\X509NTAuthChainTrustValidator.cs (1)
54X509CertificateChain chain = new X509CertificateChain(this.useMachineContext, (uint)this.chainPolicyOID);