2 writes to _leafHandle
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (2)
61
_leafHandle
= leafHandle;
77
_leafHandle
= null!;
3 references to _leafHandle
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (3)
485
statusCode = CheckOcsp(0,
_leafHandle
, revocationMode);
537
using (SafeX509Handle upref = Interop.Crypto.X509UpRef(
_leafHandle
))
604
statusCode = CheckOcsp(0,
_leafHandle
, revocationMode);