3 references to Tls13
System (3)
net\System\Net\SecureProtocols\_SslState.cs (2)
373if ((proto & SslProtocols.Tls13) != 0) 375proto |= SslProtocols.Tls13;
net\System\Net\ServicePointManager.cs (1)
278Debug.Assert((int)SecurityProtocolType.Tls13 == (int)SslProtocols.Tls13);