1 write to CrlHandle
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (1)
773CrlHandle = crlHandle;
13 references to CrlHandle
System.Security.Cryptography (13)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (13)
100AttachCrl(store, cacheEntry.CrlHandle); 111cacheEntry.CrlHandle.DangerousRelease(); 135Debug.Assert(!newEntry.CrlHandle.IsInvalid); 140AttachCrl(store, toAttach.CrlHandle); 144toAttach.CrlHandle.DangerousRelease(); 502Debug.Assert(value.CrlHandle is not null && !value.CrlHandle.IsInvalid); 528toDispose = value.CrlHandle; 533toDispose = current.Value.CrlHandle; 566toDispose = cur.Value.CrlHandle; 577ret.CrlHandle.DangerousAddRef(ref ignore); 599node.Value.CrlHandle.DangerousAddRef(ref ignore); 701prune.Value.CrlHandle.Dispose();