2 writes to Value
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (2)
534
current.
Value
= value;
725
Value
= value;
7 references to Value
System.Security.Cryptography (7)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (7)
526
if (current.
Value
.Expiration >= value.Expiration)
529
ret = current.
Value
;
533
toDispose = current.
Value
.CrlHandle;
566
toDispose = cur.
Value
.CrlHandle;
599
node.
Value
.CrlHandle.DangerousAddRef(ref ignore);
600
value = node.
Value
;
701
prune.
Value
.CrlHandle.Dispose();