1 write to AlpnHandle
System.Net.Security (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
432
sslHandle.
AlpnHandle
= alpnHandle;
4 references to AlpnHandle
System.Net.Security (4)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (2)
483
if (
AlpnHandle
.IsAllocated)
486
AlpnHandle
.Free();
System\Net\Security\SslStreamPal.Unix.cs (2)
224
&& sslContext.
AlpnHandle
.IsAllocated && sslContext.
AlpnHandle
.Target == null)