6 references to X509Store
System (1)
net\System\Net\_SecureChannel.cs (1)
171store = new X509Store(context.hCertStore);
System.IdentityModel (2)
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
285X509Store store = new X509Store(intermediatesCertContext.hCertStore);
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
215X509Store store = new X509Store(this.certStoreHandle.DangerousGetHandle());
System.Net (2)
net\PeerToPeer\Collaboration\CollaborationHelperFunctions.cs (2)
161X509Store certStore = new X509Store(certHandle.DangerousGetHandle()); 211X509Store certStore = new X509Store(certHandle.DangerousGetHandle());
System.ServiceModel (1)
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
743store = new X509Store(context.hCertStore);