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