3 references to X509Chain
System (1)
security\system\security\cryptography\x509\x509chain.cs (1)
97public X509Chain () : this (false) {}
System.IdentityModel (1)
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
327X509Chain chain = new X509Chain(false);
System.ServiceModel (1)
System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (1)
252using (X509Chain chain = new X509Chain(this.useMachineContext))