1 write to certStoreHandle
System.IdentityModel (1)
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
100this.certStoreHandle = certStoreHandle;
6 references to certStoreHandle
System.IdentityModel (6)
System\IdentityModel\Selectors\X509CertificateStore.cs (6)
77((IDisposable)this.certStoreHandle).Dispose(); 86DiagnosticUtility.DebugAssert(this.certStoreHandle.IsInvalid, ""); 109DiagnosticUtility.DebugAssert(!this.certStoreHandle.IsInvalid, ""); 215X509Store store = new X509Store(this.certStoreHandle.DangerousGetHandle()); 227pCertContext = CAPI.CertFindCertificateInStore(this.certStoreHandle, 252pCertContext = CAPI.CertFindCertificateInStore(this.certStoreHandle,