2 references to FakeAlpnSslProtocol
System.Net.Security (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
105
Debug.Assert((sslAuthenticationOptions.EnabledSslProtocols &
FakeAlpnSslProtocol
) == 0);
175
SslProtocols serverCacheKey = protocols | (hasAlpn ?
FakeAlpnSslProtocol
: SslProtocols.None);