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