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