4 references to Ssl3
System (4)
net\System\Net\SecureProtocols\_SslState.cs (2)
359if ((proto & SslProtocols.Ssl3) != 0) { 360proto |= SslProtocols.Ssl3;
net\System\Net\SecureProtocols\SslEnumTypes.cs (1)
32Default = Ssl3 | Tls
net\System\Net\ServicePointManager.cs (1)
274Debug.Assert((int)SecurityProtocolType.Ssl3 == (int)SslProtocols.Ssl3);