8 references to SecurityProtocol
System.Net.HttpListener (1)
System\Net\Managed\HttpConnection.cs (1)
111_sslStream?.AuthenticateAsServer(_cert, true, (SslProtocols)ServicePointManager.SecurityProtocol, false);
System.Net.Mail (2)
System\Net\Mail\SmtpConnection.cs (2)
170EnabledSslProtocols = (SslProtocols)ServicePointManager.SecurityProtocol, // enums use same values 179sslStream.AuthenticateAsClient(host, _clientCertificates, (SslProtocols)ServicePointManager.SecurityProtocol, ServicePointManager.CheckCertificateRevocationList);
System.Net.Requests (5)
System\Net\FtpControlStream.cs (4)
200(SslProtocols)ServicePointManager.SecurityProtocol, // enums use same values 211(SslProtocols)ServicePointManager.SecurityProtocol, // enums use same values 406(SslProtocols)ServicePointManager.SecurityProtocol, // enums use same values 431(SslProtocols)ServicePointManager.SecurityProtocol, // enums use same values
System\Net\HttpWebRequest.cs (1)
143SslProtocols = ServicePointManager.SecurityProtocol;