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