3 references to hCertStore
System.IdentityModel (3)
System\IdentityModel\Selectors\X509CertificateChain.cs (3)
217if ((collection == null || collection.Count <= 0) && certContext.hCertStore == IntPtr.Zero) 282if (intermediatesCertContext.hCertStore != IntPtr.Zero) 285X509Store store = new X509Store(intermediatesCertContext.hCertStore);