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