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)
485statusCode = CheckOcsp(0, _leafHandle, revocationMode); 537using (SafeX509Handle upref = Interop.Crypto.X509UpRef(_leafHandle)) 604statusCode = CheckOcsp(0, _leafHandle, revocationMode);